Html Css Color HEX #C9A76C Putty

📋 copy color: '#C9A76C'

red 201 ◦ green 167 ◦ blue 108

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

Shades of Putty #C9A76C

Tints of Putty #C9A76C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.69%

R = 42.23%
G = 35.08%
B = 22.69%

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

#C9A76C (or 0xC9A76C) is known color: Putty. HEX triplet: C9, A7 and 6C. RGB value is (201,167,108). Sum of RGB (Red+Green+Blue) = 201+167+108=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 167 (65.62% from 255 or 35.08% from 476); Blue value is 108 (42.58% from 255 or 22.69% from 476); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A76C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A76C is #365893. Grayscale: #AAAAAA. Windows color (decimal): -3561620 or 7120841. OLE color: 7120841.

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

Color convert

RGB 201 167 108 -
CMYK 0 0.17 0.46 0.21
HSL 38.06º 0.46% 0.61% -
HSV(B) 38.06º 0.46% 0.79% -
XYZ 40.61 41.14 19.99 -
YUV 170.44 92.76 149.8 -
System Red Green Blue C M Y K H S L
Decimal 201 167 108 0 0.17 0.46 0.21 38.06 0.46 0.61
Hex C9 A7 6C 0 11 2E 15 26 2E 3D
Octal 311 247 154 0 21 56 25 46 56 75
Binary 11001001 10100111 1101100 0 10001 101110 10101 100110 101110 111101

Color Harmonies of #C9A76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A76C

Black with #C9A76C

Text Example


Text Example

White with #C9A76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A76C; }

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

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

background-color css

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

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

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

border-color css

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

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

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