Html Css Color HEX #C9A76A Putty

📋 copy color: '#C9A76A'

red 201 ◦ green 167 ◦ blue 106

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

Shades of Putty #C9A76A

Tints of Putty #C9A76A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.36%

R = 42.41%
G = 35.23%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#C9A76A (or 0xC9A76A) is known color: Putty. HEX triplet: C9, A7 and 6A. RGB value is (201,167,106). Sum of RGB (Red+Green+Blue) = 201+167+106=474 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.41% from 474); Green value is 167 (65.62% from 255 or 35.23% from 474); Blue value is 106 (41.80% from 255 or 22.36% from 474); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A76A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A76A is #365895. Grayscale: #AAAAAA. Windows color (decimal): -3561622 or 6989769. OLE color: 6989769.

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

Color convert

RGB 201 167 106 -
CMYK 0 0.17 0.47 0.21
HSL 38.53º 0.47% 0.6% -
HSV(B) 38.53º 0.47% 0.79% -
XYZ 40.51 41.1 19.43 -
YUV 170.21 91.76 149.96 -
System Red Green Blue C M Y K H S L
Decimal 201 167 106 0 0.17 0.47 0.21 38.53 0.47 0.6
Hex C9 A7 6A 0 11 2F 15 27 2F 3C
Octal 311 247 152 0 21 57 25 47 57 74
Binary 11001001 10100111 1101010 0 10001 101111 10101 100111 101111 111100

Color Harmonies of #C9A76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A76A

Black with #C9A76A

Text Example


Text Example

White with #C9A76A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A76A; }

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

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

background-color css

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

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

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

border-color css

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

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

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