Html Css Color HEX #C9AF76 Putty

📋 copy color: '#C9AF76'

red 201 ◦ green 175 ◦ blue 118

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

Shades of Putty #C9AF76

Tints of Putty #C9AF76

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.43%

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

R = 40.69%
G = 35.43%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#C9AF76 (or 0xC9AF76) is known color: Putty. HEX triplet: C9, AF and 76. RGB value is (201,175,118). Sum of RGB (Red+Green+Blue) = 201+175+118=494 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.69% from 494); Green value is 175 (68.75% from 255 or 35.43% from 494); Blue value is 118 (46.48% from 255 or 23.89% from 494); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AF76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AF76 is #365089. Grayscale: #B0B0B0. Windows color (decimal): -3559562 or 7778249. OLE color: 7778249.

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

Color convert

RGB 201 175 118 -
CMYK 0 0.13 0.41 0.21
HSL 41.2º 0.43% 0.63% -
HSV(B) 41.2º 0.41% 0.79% -
XYZ 42.69 44.39 23.46 -
YUV 176.28 95.11 145.63 -
System Red Green Blue C M Y K H S L
Decimal 201 175 118 0 0.13 0.41 0.21 41.2 0.43 0.63
Hex C9 AF 76 0 D 29 15 29 2B 3F
Octal 311 257 166 0 15 51 25 51 53 77
Binary 11001001 10101111 1110110 0 1101 101001 10101 101001 101011 111111

Color Harmonies of #C9AF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AF76

Black with #C9AF76

Text Example


Text Example

White with #C9AF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AF76; }

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

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

background-color css

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

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

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

border-color css

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

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

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