Html Css Color HEX #C9A571 Putty

📋 copy color: '#C9A571'

red 201 ◦ green 165 ◦ blue 113

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

Shades of Putty #C9A571

Tints of Putty #C9A571

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.45%

 BLUE value IS 113 (44.53% from 255) = 23.59%

R = 41.96%
G = 34.45%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#C9A571 (or 0xC9A571) is known color: Putty. HEX triplet: C9, A5 and 71. RGB value is (201,165,113). Sum of RGB (Red+Green+Blue) = 201+165+113=479 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.96% from 479); Green value is 165 (64.84% from 255 or 34.45% from 479); Blue value is 113 (44.53% from 255 or 23.59% from 479); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A571 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A571 is #365A8E. Grayscale: #AAAAAA. Windows color (decimal): -3562127 or 7448009. OLE color: 7448009.

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

Color convert

RGB 201 165 113 -
CMYK 0 0.18 0.44 0.21
HSL 35.45º 0.45% 0.62% -
HSV(B) 35.45º 0.44% 0.79% -
XYZ 40.52 40.52 21.31 -
YUV 169.84 95.93 150.23 -
System Red Green Blue C M Y K H S L
Decimal 201 165 113 0 0.18 0.44 0.21 35.45 0.45 0.62
Hex C9 A5 71 0 12 2C 15 23 2D 3E
Octal 311 245 161 0 22 54 25 43 55 76
Binary 11001001 10100101 1110001 0 10010 101100 10101 100011 101101 111110

Color Harmonies of #C9A571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A571

Black with #C9A571

Text Example


Text Example

White with #C9A571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A571; }

 p { color: rgb(201,165,113); }

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

background-color css

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

 a { background-color: rgb(201,165,113); }

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

border-color css

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

 span { border-color: rgb(201,165,113); }

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