Html Css Color HEX #C9A76E Putty

📋 copy color: '#C9A76E'

red 201 ◦ green 167 ◦ blue 110

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

Shades of Putty #C9A76E

Tints of Putty #C9A76E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.01%

R = 42.05%
G = 34.94%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#C9A76E (or 0xC9A76E) is known color: Putty. HEX triplet: C9, A7 and 6E. RGB value is (201,167,110). Sum of RGB (Red+Green+Blue) = 201+167+110=478 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.05% from 478); Green value is 167 (65.62% from 255 or 34.94% from 478); Blue value is 110 (43.36% from 255 or 23.01% from 478); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A76E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A76E is #365891. Grayscale: #AAAAAA. Windows color (decimal): -3561618 or 7251913. OLE color: 7251913.

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

Color convert

RGB 201 167 110 -
CMYK 0 0.17 0.45 0.21
HSL 37.58º 0.46% 0.61% -
HSV(B) 37.58º 0.45% 0.79% -
XYZ 40.72 41.18 20.55 -
YUV 170.67 93.76 149.63 -
System Red Green Blue C M Y K H S L
Decimal 201 167 110 0 0.17 0.45 0.21 37.58 0.46 0.61
Hex C9 A7 6E 0 11 2D 15 26 2E 3D
Octal 311 247 156 0 21 55 25 46 56 75
Binary 11001001 10100111 1101110 0 10001 101101 10101 100110 101110 111101

Color Harmonies of #C9A76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A76E

Black with #C9A76E

Text Example


Text Example

White with #C9A76E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A76E; }

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

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

background-color css

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

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

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

border-color css

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

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

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