Html Css Color HEX #CEA871 Putty

📋 copy color: '#CEA871'

red 206 ◦ green 168 ◦ blue 113

#CEA871
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Putty #CEA871

Tints of Putty #CEA871

RGB

 RED value IS 206 (80.86% from 255) = 42.3%

 GREEN value IS 168 (66.02% from 255) = 34.5%

 BLUE value IS 113 (44.53% from 255) = 23.2%

R = 42.3%
G = 34.5%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.45

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CEA871 (or 0xCEA871) is known color: Putty. HEX triplet: CE, A8 and 71. RGB value is (206,168,113). Sum of RGB (Red+Green+Blue) = 206+168+113=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 168 (66.02% from 255 or 34.50% from 487); Blue value is 113 (44.53% from 255 or 23.20% from 487); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA871 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA871 is #31578E. Grayscale: #ADADAD. Windows color (decimal): -3233679 or 7448782. OLE color: 7448782.

HSL color Cylindrical-coordinate representation of color #CEA871: hue angle of 35.48º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CEA871 is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 168 113 -
CMYK 0 0.18 0.45 0.19
HSL 35.48º 0.49% 0.63% -
HSV(B) 35.48º 0.45% 0.81% -
XYZ 42.44 42.32 21.55 -
YUV 173.09 94.09 151.47 -
System Red Green Blue C M Y K H S L
Decimal 206 168 113 0 0.18 0.45 0.19 35.48 0.49 0.63
Hex CE A8 71 0 12 2D 13 23 31 3F
Octal 316 250 161 0 22 55 23 43 61 77
Binary 11001110 10101000 1110001 0 10010 101101 10011 100011 110001 111111

Color Harmonies of #CEA871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA871

Black with #CEA871

Text Example


Text Example

White with #CEA871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA871; }

 p { color: rgb(206,168,113); }

 H1.HeaderClassName
 {
   color: #CEA871;
 }
 .AnyTagClassName
 {
   color: #CEA871;
 }
</style>

background-color css

<style>
 a { background-color: #CEA871; }

 a { background-color: rgb(206,168,113); }

 div.DivClassName
 {
   background-color: #CEA871;
 }
 .BgClassName
 {
   background-color: #CEA871;
 }
</style>

border-color css

<style>
 span { border-color: #CEA871; }

 span { border-color: rgb(206,168,113); }

 td.TdClassName
 {
   border-color: #CEA871;
 }
 .TagClassName
 {
   border-color: #CEA871;
 }
</style>