Html Css Color HEX #CEAC72 Putty

📋 copy color: '#CEAC72'

red 206 ◦ green 172 ◦ blue 114

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

Shades of Putty #CEAC72

Tints of Putty #CEAC72

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.96%

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

R = 41.87%
G = 34.96%
B = 23.17%

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

#CEAC72 (or 0xCEAC72) is known color: Putty. HEX triplet: CE, AC and 72. RGB value is (206,172,114). Sum of RGB (Red+Green+Blue) = 206+172+114=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 172 (67.58% from 255 or 34.96% from 492); Blue value is 114 (44.92% from 255 or 23.17% from 492); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAC72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAC72 is #31538D. Grayscale: #AFAFAF. Windows color (decimal): -3232654 or 7515342. OLE color: 7515342.

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

Color convert

RGB 206 172 114 -
CMYK 0 0.17 0.45 0.19
HSL 37.83º 0.48% 0.63% -
HSV(B) 37.83º 0.45% 0.81% -
XYZ 43.24 43.84 22.1 -
YUV 175.55 93.26 149.72 -
System Red Green Blue C M Y K H S L
Decimal 206 172 114 0 0.17 0.45 0.19 37.83 0.48 0.63
Hex CE AC 72 0 11 2D 13 26 30 3F
Octal 316 254 162 0 21 55 23 46 60 77
Binary 11001110 10101100 1110010 0 10001 101101 10011 100110 110000 111111

Color Harmonies of #CEAC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAC72

Black with #CEAC72

Text Example


Text Example

White with #CEAC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAC72; }

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

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

background-color css

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

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

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

border-color css

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

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

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