Color Hex Logo

#cf955c Color Hex

#CF955C
(207,149,92)
0 Favorites   0 Comments

Color spaces of #cf955c

RGB 20714992
HSL0.080.550.59
HSV30°56°81°
CMYK 0.000.280.56   0.19
XYZ38.411335.533014.9593
Yxy35.53300.43210.3997
Hunter Lab59.609610.705426.8476
CIE-Lab66.161515.522038.4577

#cf955c color RGB value is (207,149,92).

#cf955c hex color red value is 207, green value is 149 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #cf955c hue: 0.08 , saturation: 0.55 and the lightness value of cf955c is 0.59.

The process color (four color CMYK) of #cf955c color hex is 0.00, 0.28, 0.56, 0.19. Web safe color of #cf955c is #cc9966. Color #cf955c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10010101 01011100
Octal 317 225 134
Decimal 207 149 92
Hex CF 95 5C

RGB Percentages of Color #cf955c

%46.21
%33.26
%20.54

CMYK Percentages of Color #cf955c

%0
%28
%56
%19

Triadic Colors of #cf955c

#cf955c #5ccf95 #955ccf

Analogous Colors of #cf955c

#cf955c #cfcf5c #cf5c5c

Monochromatic Colors of #cf955c

#cf955c

Complementary Color

#cf955c #5c96cf

#cf955c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf955c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf955c Color CSS Codes

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

#cf955c Text Font Color

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

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


#cf955c Background Color

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

This div background color is #cf955c


#cf955c Border Color

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

This div border color is #cf955c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(207,149,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cf955c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cf955c;
  -webkit-box-shadow: 1px 1px 3px 2px #cf955c;
  box-shadow:         1px 1px 3px 2px #cf955c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,149,92, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf955c


Comments

No comments written yet.

Please login to write comment.