Color Hex Logo

#cb766b Color Hex

#CB766B
(203,118,107)
0 Favorites   0 Comments

Color spaces of #cb766b

RGB 203118107
HSL0.020.480.61
HSV47°80°
CMYK 0.000.420.47   0.20
XYZ33.760926.714917.2870
Yxy26.71490.43420.3435
Hunter Lab51.686526.142516.3504
CIE-Lab58.709532.078420.5125

#cb766b color RGB value is (203,118,107).

#cb766b hex color red value is 203, green value is 118 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #cb766b hue: 0.02 , saturation: 0.48 and the lightness value of cb766b is 0.61.

The process color (four color CMYK) of #cb766b color hex is 0.00, 0.42, 0.47, 0.20. Web safe color of #cb766b is #cc6666. Color #cb766b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01110110 01101011
Octal 313 166 153
Decimal 203 118 107
Hex CB 76 6B

RGB Percentages of Color #cb766b

%47.43
%27.57
%25.00

CMYK Percentages of Color #cb766b

%0
%42
%47
%20

Triadic Colors of #cb766b

#cb766b #6bcb76 #766bcb

Analogous Colors of #cb766b

#cb766b #cba66b #cb6b90

Monochromatic Colors of #cb766b

#cb766b

Complementary Color

#cb766b #6bc0cb

#cb766b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb766b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb766b Color CSS Codes

.mybgcolor {background-color:#cb766b; } 
.myforecolor {color:#cb766b; }
.mybordercolor {border:3px solid #cb766b; }

#cb766b Text Font Color

<p style="color:#cb766b">Text here</p>

This sample text font color is #cb766b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#cb766b Background Color

<div style="background-color:#cb766b">
Div content here</div>

This div background color is #cb766b


#cb766b Border Color

<div style="border:3px solid #cb766b">
Div here</div>

This div border color is #cb766b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,118,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cb766b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cb766b;
  -webkit-box-shadow: 1px 1px 3px 2px #cb766b;
  box-shadow:         1px 1px 3px 2px #cb766b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,118,107, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cb766b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cb766b;
  -webkit-box-shadow: 1px 1px 3px 2px #cb766b;
  box-shadow:         1px 1px 3px 2px #cb766b;">
Div content here</div>

This div box has shadow with color #cb766b


Comments

No comments written yet.

Please login to write comment.