Html Css Color HEX #C9AA72 Putty

📋 copy color: '#C9AA72'

red 201 ◦ green 170 ◦ blue 114

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

Shades of Putty #C9AA72

Tints of Putty #C9AA72

RGB

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

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

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

R = 41.44%
G = 35.05%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#C9AA72 (or 0xC9AA72) is known color: Putty. HEX triplet: C9, AA and 72. RGB value is (201,170,114). Sum of RGB (Red+Green+Blue) = 201+170+114=485 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.44% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 114 (44.92% from 255 or 23.51% from 485); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AA72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AA72 is #36558D. Grayscale: #ADADAD. Windows color (decimal): -3560846 or 7514825. OLE color: 7514825.

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

Color convert

RGB 201 170 114 -
CMYK 0 0.15 0.43 0.21
HSL 38.62º 0.45% 0.62% -
HSV(B) 38.62º 0.43% 0.79% -
XYZ 41.5 42.38 21.91 -
YUV 172.89 94.77 148.05 -
System Red Green Blue C M Y K H S L
Decimal 201 170 114 0 0.15 0.43 0.21 38.62 0.45 0.62
Hex C9 AA 72 0 F 2B 15 27 2D 3E
Octal 311 252 162 0 17 53 25 47 55 76
Binary 11001001 10101010 1110010 0 1111 101011 10101 100111 101101 111110

Color Harmonies of #C9AA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AA72

Black with #C9AA72

Text Example


Text Example

White with #C9AA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AA72; }

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

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

background-color css

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

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

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

border-color css

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

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

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