#c9aa68

Color #C9AA68 Putty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Putty #C9AA68

Tints of Putty #C9AA68

Color information

#C9AA68 (or 0xC9AA68) is unknown color: approx Putty. HEX triplet: C9, AA and 68. RGB value is (201,170,104). Sum of RGB (Red+Green+Blue) = 201+170+104=475 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.32% from 475); Green value is 170 (66.80% from 255 or 35.79% from 475); Blue value is 104 (41.02% from 255 or 21.89% from 475); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AA68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AA68 is #365597. Grayscale: #ACACAC. Windows color (decimal): -3560856 or 6859465. OLE color: 6859465.

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

Color convert

RGB201170104-
CMYK00.150.480.21
HSL40.82º47.32%59.8%-
HSV(B)40.82º48.26%78.82%-
XYZ40.9642.1719.08-
YUV171.7489.77148.87-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.32%
GREEN value IS 170 (66.80% from 255) = 35.79%
BLUE value IS 104 (41.02% from 255) = 21.89%
R=42.32%
G=35.79%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117010400.150.480.2140.8247.3259.8
HexC9AA680F3015292f3c
Octal3112521500176025515774
Binary110010011010101011010000111111000010101101001101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c9aa68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c9aa68; }

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

 H1.HeaderClassName
 {
   color: #c9aa68;
 }
 .AnyTagClassName
 {
   color: #c9aa68;
 }
</style>
background-color css

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

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

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

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

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

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