Html Css Color HEX #CEAA71 Putty

📋 copy color: '#CEAA71'

red 206 ◦ green 170 ◦ blue 113

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

Shades of Putty #CEAA71

Tints of Putty #CEAA71

RGB

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

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

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

R = 42.13%
G = 34.76%
B = 23.11%

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

#CEAA71 (or 0xCEAA71) is known color: Putty. HEX triplet: CE, AA and 71. RGB value is (206,170,113). Sum of RGB (Red+Green+Blue) = 206+170+113=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 170 (66.80% from 255 or 34.76% from 489); Blue value is 113 (44.53% from 255 or 23.11% from 489); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAA71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAA71 is #31558E. Grayscale: #AEAEAE. Windows color (decimal): -3233167 or 7449294. OLE color: 7449294.

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

Color convert

RGB 206 170 113 -
CMYK 0 0.17 0.45 0.19
HSL 36.77º 0.49% 0.63% -
HSV(B) 36.77º 0.45% 0.81% -
XYZ 42.81 43.06 21.68 -
YUV 174.27 93.43 150.63 -
System Red Green Blue C M Y K H S L
Decimal 206 170 113 0 0.17 0.45 0.19 36.77 0.49 0.63
Hex CE AA 71 0 11 2D 13 25 31 3F
Octal 316 252 161 0 21 55 23 45 61 77
Binary 11001110 10101010 1110001 0 10001 101101 10011 100101 110001 111111

Color Harmonies of #CEAA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAA71

Black with #CEAA71

Text Example


Text Example

White with #CEAA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAA71; }

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

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

background-color css

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

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

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

border-color css

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

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

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