Color Hex Logo

#cb774f Color Hex

#CB774F
(203,119,79)
0 Favorites   0 Comments

Color spaces of #cb774f

RGB 20311979
HSL0.050.540.55
HSV19°61°80°
CMYK 0.000.410.61   0.20
XYZ32.636726.454710.7833
Yxy26.45470.46710.3786
Hunter Lab51.434123.254623.5736
CIE-Lab58.466229.152535.8575

#cb774f color RGB value is (203,119,79).

#cb774f hex color red value is 203, green value is 119 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #cb774f hue: 0.05 , saturation: 0.54 and the lightness value of cb774f is 0.55.

The process color (four color CMYK) of #cb774f color hex is 0.00, 0.41, 0.61, 0.20. Web safe color of #cb774f is #cc6666. Color #cb774f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01110111 01001111
Octal 313 167 117
Decimal 203 119 79
Hex CB 77 4F

RGB Percentages of Color #cb774f

%50.62
%29.68
%19.70

CMYK Percentages of Color #cb774f

%0
%41
%61
%20

Triadic Colors of #cb774f

#cb774f #4fcb77 #774fcb

Analogous Colors of #cb774f

#cb774f #cbb54f #cb4f65

Monochromatic Colors of #cb774f

#cb774f

Complementary Color

#cb774f #4fa3cb

#cb774f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb774f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb774f Color CSS Codes

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

#cb774f Text Font Color

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

This sample text font color is #cb774f
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.


#cb774f Background Color

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

This div background color is #cb774f


#cb774f Border Color

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

This div border color is #cb774f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb774f


Comments

No comments written yet.

Please login to write comment.