Html Css Color HEX #C9A76D Putty

📋 copy color: '#C9A76D'

red 201 ◦ green 167 ◦ blue 109

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

Shades of Putty #C9A76D

Tints of Putty #C9A76D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.85%

R = 42.14%
G = 35.01%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#C9A76D (or 0xC9A76D) is known color: Putty. HEX triplet: C9, A7 and 6D. RGB value is (201,167,109). Sum of RGB (Red+Green+Blue) = 201+167+109=477 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.14% from 477); Green value is 167 (65.62% from 255 or 35.01% from 477); Blue value is 109 (42.97% from 255 or 22.85% from 477); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A76D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A76D is #365892. Grayscale: #AAAAAA. Windows color (decimal): -3561619 or 7186377. OLE color: 7186377.

HSL color Cylindrical-coordinate representation of color #C9A76D: hue angle of 37.83º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C9A76D is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 167 109 -
CMYK 0 0.17 0.46 0.21
HSL 37.83º 0.46% 0.61% -
HSV(B) 37.83º 0.46% 0.79% -
XYZ 40.67 41.16 20.27 -
YUV 170.55 93.26 149.72 -
System Red Green Blue C M Y K H S L
Decimal 201 167 109 0 0.17 0.46 0.21 37.83 0.46 0.61
Hex C9 A7 6D 0 11 2E 15 26 2E 3D
Octal 311 247 155 0 21 56 25 46 56 75
Binary 11001001 10100111 1101101 0 10001 101110 10101 100110 101110 111101

Color Harmonies of #C9A76D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A76D

Black with #C9A76D

Text Example


Text Example

White with #C9A76D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A76D; }

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

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

background-color css

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

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

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

border-color css

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

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

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