Html Css Color HEX #CEAA72 Putty

📋 copy color: '#CEAA72'

red 206 ◦ green 170 ◦ blue 114

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

Shades of Putty #CEAA72

Tints of Putty #CEAA72

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.69%

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

R = 42.04%
G = 34.69%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CEAA72 (or 0xCEAA72) is known color: Putty. HEX triplet: CE, AA and 72. RGB value is (206,170,114). Sum of RGB (Red+Green+Blue) = 206+170+114=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 170 (66.80% from 255 or 34.69% from 490); Blue value is 114 (44.92% from 255 or 23.27% from 490); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAA72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAA72 is #31558D. Grayscale: #AEAEAE. Windows color (decimal): -3233166 or 7514830. OLE color: 7514830.

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

Color convert

RGB 206 170 114 -
CMYK 0 0.17 0.45 0.19
HSL 36.52º 0.48% 0.63% -
HSV(B) 36.52º 0.45% 0.81% -
XYZ 42.87 43.09 21.98 -
YUV 174.38 93.93 150.55 -
System Red Green Blue C M Y K H S L
Decimal 206 170 114 0 0.17 0.45 0.19 36.52 0.48 0.63
Hex CE AA 72 0 11 2D 13 25 30 3F
Octal 316 252 162 0 21 55 23 45 60 77
Binary 11001110 10101010 1110010 0 10001 101101 10011 100101 110000 111111

Color Harmonies of #CEAA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAA72

Black with #CEAA72

Text Example


Text Example

White with #CEAA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAA72; }

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

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

background-color css

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

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

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

border-color css

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

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

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