Html Css Color HEX #C9AC76 Putty

📋 copy color: '#C9AC76'

red 201 ◦ green 172 ◦ blue 118

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

Shades of Putty #C9AC76

Tints of Putty #C9AC76

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.03%

 BLUE value IS 118 (46.48% from 255) = 24.03%

R = 40.94%
G = 35.03%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#C9AC76 (or 0xC9AC76) is known color: Putty. HEX triplet: C9, AC and 76. RGB value is (201,172,118). Sum of RGB (Red+Green+Blue) = 201+172+118=491 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.94% from 491); Green value is 172 (67.58% from 255 or 35.03% from 491); Blue value is 118 (46.48% from 255 or 24.03% from 491); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AC76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AC76 is #365389. Grayscale: #AEAEAE. Windows color (decimal): -3560330 or 7777481. OLE color: 7777481.

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

Color convert

RGB 201 172 118 -
CMYK 0 0.14 0.41 0.21
HSL 39.04º 0.43% 0.63% -
HSV(B) 39.04º 0.41% 0.79% -
XYZ 42.11 43.23 23.26 -
YUV 174.52 96.11 146.89 -
System Red Green Blue C M Y K H S L
Decimal 201 172 118 0 0.14 0.41 0.21 39.04 0.43 0.63
Hex C9 AC 76 0 E 29 15 27 2B 3F
Octal 311 254 166 0 16 51 25 47 53 77
Binary 11001001 10101100 1110110 0 1110 101001 10101 100111 101011 111111

Color Harmonies of #C9AC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AC76

Black with #C9AC76

Text Example


Text Example

White with #C9AC76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AC76; }

 p { color: rgb(201,172,118); }

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

background-color css

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

 a { background-color: rgb(201,172,118); }

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

border-color css

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

 span { border-color: rgb(201,172,118); }

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