Html Css Color HEX #CEAA74 Putty

📋 copy color: '#CEAA74'

red 206 ◦ green 170 ◦ blue 116

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

Shades of Putty #CEAA74

Tints of Putty #CEAA74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.58%

R = 41.87%
G = 34.55%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CEAA74 (or 0xCEAA74) is known color: Putty. HEX triplet: CE, AA and 74. RGB value is (206,170,116). Sum of RGB (Red+Green+Blue) = 206+170+116=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 170 (66.80% from 255 or 34.55% from 492); Blue value is 116 (45.70% from 255 or 23.58% from 492); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAA74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAA74 is #31558B. Grayscale: #AEAEAE. Windows color (decimal): -3233164 or 7645902. OLE color: 7645902.

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

Color convert

RGB 206 170 116 -
CMYK 0 0.17 0.44 0.19
HSL 36º 0.48% 0.63% -
HSV(B) 36º 0.44% 0.81% -
XYZ 42.98 43.13 22.58 -
YUV 174.61 94.93 150.39 -
System Red Green Blue C M Y K H S L
Decimal 206 170 116 0 0.17 0.44 0.19 36 0.48 0.63
Hex CE AA 74 0 11 2C 13 24 30 3F
Octal 316 252 164 0 21 54 23 44 60 77
Binary 11001110 10101010 1110100 0 10001 101100 10011 100100 110000 111111

Color Harmonies of #CEAA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAA74

Black with #CEAA74

Text Example


Text Example

White with #CEAA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAA74; }

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

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

background-color css

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

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

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

border-color css

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

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

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