Html Css Color HEX #CEA872 Putty

📋 copy color: '#CEA872'

red 206 ◦ green 168 ◦ blue 114

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

Shades of Putty #CEA872

Tints of Putty #CEA872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.36%

R = 42.21%
G = 34.43%
B = 23.36%

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

#CEA872 (or 0xCEA872) is known color: Putty. HEX triplet: CE, A8 and 72. RGB value is (206,168,114). Sum of RGB (Red+Green+Blue) = 206+168+114=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 168 (66.02% from 255 or 34.43% from 488); Blue value is 114 (44.92% from 255 or 23.36% from 488); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA872 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA872 is #31578D. Grayscale: #ADADAD. Windows color (decimal): -3233678 or 7514318. OLE color: 7514318.

HSL color Cylindrical-coordinate representation of color #CEA872: hue angle of 35.22º degrees, saturation: 0.48, 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 #CEA872 is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 168 114 -
CMYK 0 0.18 0.45 0.19
HSL 35.22º 0.48% 0.63% -
HSV(B) 35.22º 0.45% 0.81% -
XYZ 42.49 42.34 21.85 -
YUV 173.21 94.59 151.39 -
System Red Green Blue C M Y K H S L
Decimal 206 168 114 0 0.18 0.45 0.19 35.22 0.48 0.63
Hex CE A8 72 0 12 2D 13 23 30 3F
Octal 316 250 162 0 22 55 23 43 60 77
Binary 11001110 10101000 1110010 0 10010 101101 10011 100011 110000 111111

Color Harmonies of #CEA872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA872

Black with #CEA872

Text Example


Text Example

White with #CEA872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA872; }

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

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

background-color css

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

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

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

border-color css

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

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

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