Color Hex Logo

#cf836f Color Hex

#CF836F
(207,131,111)
0 Favorites   0 Comments

Color spaces of #cf836f

RGB 207131111
HSL0.030.500.62
HSV13°46°81°
CMYK 0.000.370.46   0.19
XYZ36.717730.645719.0189
Yxy30.64570.42510.3548
Hunter Lab55.358621.516318.3814
CIE-Lab62.207427.050923.0412

#cf836f color RGB value is (207,131,111).

#cf836f hex color red value is 207, green value is 131 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #cf836f hue: 0.03 , saturation: 0.50 and the lightness value of cf836f is 0.62.

The process color (four color CMYK) of #cf836f color hex is 0.00, 0.37, 0.46, 0.19. Web safe color of #cf836f is #cc9966. Color #cf836f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10000011 01101111
Octal 317 203 157
Decimal 207 131 111
Hex CF 83 6F

RGB Percentages of Color #cf836f

%46.10
%29.18
%24.72

CMYK Percentages of Color #cf836f

%0
%37
%46
%19

Triadic Colors of #cf836f

#cf836f #6fcf83 #836fcf

Analogous Colors of #cf836f

#cf836f #cfb36f #cf6f8b

Monochromatic Colors of #cf836f

#cf836f

Complementary Color

#cf836f #6fbbcf

#cf836f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf836f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf836f Color CSS Codes

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

#cf836f Text Font Color

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

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


#cf836f Background Color

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

This div background color is #cf836f


#cf836f Border Color

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

This div border color is #cf836f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf836f


Comments

No comments written yet.

Please login to write comment.