Html Css Color HEX #CEAA77 Putty

📋 copy color: '#CEAA77'

red 206 ◦ green 170 ◦ blue 119

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

Shades of Putty #CEAA77

Tints of Putty #CEAA77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 24.04%

R = 41.62%
G = 34.34%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CEAA77 (or 0xCEAA77) is known color: Putty. HEX triplet: CE, AA and 77. RGB value is (206,170,119). Sum of RGB (Red+Green+Blue) = 206+170+119=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 170 (66.80% from 255 or 34.34% from 495); Blue value is 119 (46.88% from 255 or 24.04% from 495); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAA77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAA77 is #315588. Grayscale: #AFAFAF. Windows color (decimal): -3233161 or 7842510. OLE color: 7842510.

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

Color convert

RGB 206 170 119 -
CMYK 0 0.17 0.42 0.19
HSL 35.17º 0.47% 0.64% -
HSV(B) 35.17º 0.42% 0.81% -
XYZ 43.16 43.2 23.52 -
YUV 174.95 96.43 150.15 -
System Red Green Blue C M Y K H S L
Decimal 206 170 119 0 0.17 0.42 0.19 35.17 0.47 0.64
Hex CE AA 77 0 11 2A 13 23 2F 40
Octal 316 252 167 0 21 52 23 43 57 100
Binary 11001110 10101010 1110111 0 10001 101010 10011 100011 101111 1000000

Color Harmonies of #CEAA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAA77

Black with #CEAA77

Text Example


Text Example

White with #CEAA77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAA77; }

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

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

background-color css

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

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

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

border-color css

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

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

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