Html Css Color HEX #C9AA6A Putty

📋 copy color: '#C9AA6A'

red 201 ◦ green 170 ◦ blue 106

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

Shades of Putty #C9AA6A

Tints of Putty #C9AA6A

RGB

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

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

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

R = 42.14%
G = 35.64%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#C9AA6A (or 0xC9AA6A) is known color: Putty. HEX triplet: C9, AA and 6A. RGB value is (201,170,106). Sum of RGB (Red+Green+Blue) = 201+170+106=477 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.14% from 477); Green value is 170 (66.80% from 255 or 35.64% from 477); Blue value is 106 (41.80% from 255 or 22.22% from 477); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AA6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AA6A is #365595. Grayscale: #ACACAC. Windows color (decimal): -3560854 or 6990537. OLE color: 6990537.

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

Color convert

RGB 201 170 106 -
CMYK 0 0.15 0.47 0.21
HSL 40.42º 0.47% 0.6% -
HSV(B) 40.42º 0.47% 0.79% -
XYZ 41.06 42.21 19.62 -
YUV 171.97 90.77 148.7 -
System Red Green Blue C M Y K H S L
Decimal 201 170 106 0 0.15 0.47 0.21 40.42 0.47 0.6
Hex C9 AA 6A 0 F 2F 15 28 2F 3C
Octal 311 252 152 0 17 57 25 50 57 74
Binary 11001001 10101010 1101010 0 1111 101111 10101 101000 101111 111100

Color Harmonies of #C9AA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AA6A

Black with #C9AA6A

Text Example


Text Example

White with #C9AA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AA6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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