Html Css Color HEX #C9AB72 Putty

📋 copy color: '#C9AB72'

red 201 ◦ green 171 ◦ blue 114

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

Shades of Putty #C9AB72

Tints of Putty #C9AB72

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.19%

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

R = 41.36%
G = 35.19%
B = 23.46%

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

#C9AB72 (or 0xC9AB72) is known color: Putty. HEX triplet: C9, AB and 72. RGB value is (201,171,114). Sum of RGB (Red+Green+Blue) = 201+171+114=486 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.36% from 486); Green value is 171 (67.19% from 255 or 35.19% from 486); Blue value is 114 (44.92% from 255 or 23.46% from 486); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AB72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AB72 is #36548D. Grayscale: #ADADAD. Windows color (decimal): -3560590 or 7515081. OLE color: 7515081.

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

Color convert

RGB 201 171 114 -
CMYK 0 0.15 0.43 0.21
HSL 39.31º 0.45% 0.62% -
HSV(B) 39.31º 0.43% 0.79% -
XYZ 41.69 42.76 21.98 -
YUV 173.47 94.44 147.63 -
System Red Green Blue C M Y K H S L
Decimal 201 171 114 0 0.15 0.43 0.21 39.31 0.45 0.62
Hex C9 AB 72 0 F 2B 15 27 2D 3E
Octal 311 253 162 0 17 53 25 47 55 76
Binary 11001001 10101011 1110010 0 1111 101011 10101 100111 101101 111110

Color Harmonies of #C9AB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AB72

Black with #C9AB72

Text Example


Text Example

White with #C9AB72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AB72; }

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

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

background-color css

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

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

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

border-color css

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

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

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