Html Css Color HEX #C9A772 Putty

📋 copy color: '#C9A772'

red 201 ◦ green 167 ◦ blue 114

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

Shades of Putty #C9A772

Tints of Putty #C9A772

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.65%

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

R = 41.7%
G = 34.65%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#C9A772 (or 0xC9A772) is known color: Putty. HEX triplet: C9, A7 and 72. RGB value is (201,167,114). Sum of RGB (Red+Green+Blue) = 201+167+114=482 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.70% from 482); Green value is 167 (65.62% from 255 or 34.65% from 482); Blue value is 114 (44.92% from 255 or 23.65% from 482); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A772 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A772 is #36588D. Grayscale: #ABABAB. Windows color (decimal): -3561614 or 7514057. OLE color: 7514057.

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

Color convert

RGB 201 167 114 -
CMYK 0 0.17 0.43 0.21
HSL 36.55º 0.45% 0.62% -
HSV(B) 36.55º 0.43% 0.79% -
XYZ 40.94 41.27 21.73 -
YUV 171.12 95.76 149.31 -
System Red Green Blue C M Y K H S L
Decimal 201 167 114 0 0.17 0.43 0.21 36.55 0.45 0.62
Hex C9 A7 72 0 11 2B 15 25 2D 3E
Octal 311 247 162 0 21 53 25 45 55 76
Binary 11001001 10100111 1110010 0 10001 101011 10101 100101 101101 111110

Color Harmonies of #C9A772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A772

Black with #C9A772

Text Example


Text Example

White with #C9A772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A772; }

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

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

background-color css

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

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

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

border-color css

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

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

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