Html Css Color HEX #C9AA79 Putty

📋 copy color: '#C9AA79'

red 201 ◦ green 170 ◦ blue 121

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

Shades of Putty #C9AA79

Tints of Putty #C9AA79

RGB

 RED value IS 201 (78.91% from 255) = 40.85%

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

 BLUE value IS 121 (47.66% from 255) = 24.59%

R = 40.85%
G = 34.55%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#C9AA79 (or 0xC9AA79) is known color: Putty. HEX triplet: C9, AA and 79. RGB value is (201,170,121). Sum of RGB (Red+Green+Blue) = 201+170+121=492 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.85% from 492); Green value is 170 (66.80% from 255 or 34.55% from 492); Blue value is 121 (47.66% from 255 or 24.59% from 492); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AA79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AA79 is #365586. Grayscale: #ADADAD. Windows color (decimal): -3560839 or 7973577. OLE color: 7973577.

HSL color Cylindrical-coordinate representation of color #C9AA79: hue angle of 36.75º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C9AA79 is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 170 121 -
CMYK 0 0.15 0.40 0.21
HSL 36.75º 0.43% 0.63% -
HSV(B) 36.75º 0.4% 0.79% -
XYZ 41.91 42.55 24.09 -
YUV 173.68 98.27 147.48 -
System Red Green Blue C M Y K H S L
Decimal 201 170 121 0 0.15 0.40 0.21 36.75 0.43 0.63
Hex C9 AA 79 0 F 28 15 25 2B 3F
Octal 311 252 171 0 17 50 25 45 53 77
Binary 11001001 10101010 1111001 0 1111 101000 10101 100101 101011 111111

Color Harmonies of #C9AA79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AA79

Black with #C9AA79

Text Example


Text Example

White with #C9AA79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AA79; }

 p { color: rgb(201,170,121); }

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

background-color css

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

 a { background-color: rgb(201,170,121); }

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

border-color css

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

 span { border-color: rgb(201,170,121); }

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