Html Css Color HEX #C9AA6E Putty

📋 copy color: '#C9AA6E'

red 201 ◦ green 170 ◦ blue 110

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

Shades of Putty #C9AA6E

Tints of Putty #C9AA6E

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.34%

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

R = 41.79%
G = 35.34%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#C9AA6E (or 0xC9AA6E) is known color: Putty. HEX triplet: C9, AA and 6E. RGB value is (201,170,110). Sum of RGB (Red+Green+Blue) = 201+170+110=481 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.79% from 481); Green value is 170 (66.80% from 255 or 35.34% from 481); Blue value is 110 (43.36% from 255 or 22.87% from 481); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AA6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AA6E is #365591. Grayscale: #ACACAC. Windows color (decimal): -3560850 or 7252681. OLE color: 7252681.

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

Color convert

RGB 201 170 110 -
CMYK 0 0.15 0.45 0.21
HSL 39.56º 0.46% 0.61% -
HSV(B) 39.56º 0.45% 0.79% -
XYZ 41.28 42.29 20.74 -
YUV 172.43 92.77 148.38 -
System Red Green Blue C M Y K H S L
Decimal 201 170 110 0 0.15 0.45 0.21 39.56 0.46 0.61
Hex C9 AA 6E 0 F 2D 15 28 2E 3D
Octal 311 252 156 0 17 55 25 50 56 75
Binary 11001001 10101010 1101110 0 1111 101101 10101 101000 101110 111101

Color Harmonies of #C9AA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AA6E

Black with #C9AA6E

Text Example


Text Example

White with #C9AA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AA6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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