#C9AA69

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

Shades of Putty #C9AA69

Tints of Putty #C9AA69

Color information

#C9AA69 (or 0xC9AA69) is unknown color: approx Putty. HEX triplet: C9, AA and 69. RGB value is (201,170,105). Sum of RGB (Red+Green+Blue) = 201+170+105=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 170 (66.80% from 255 or 35.71% from 476); Blue value is 105 (41.41% from 255 or 22.06% from 476); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AA69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AA69 is #365596. Grayscale: #ACACAC. Windows color (decimal): -3560855 or 6925001. OLE color: 6925001.

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

Color convert

RGB201170105-
CMYK00.150.480.21
HSL40.62º47.06%60%-
HSV(B)40.62º47.76%78.82%-
XYZ41.0142.1919.35-
YUV171.8690.27148.79-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.23%
GREEN value IS 170 (66.80% from 255) = 35.71%
BLUE value IS 105 (41.41% from 255) = 22.06%
R=42.23%
G=35.71%
B=22.06%

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
Decimal20117010500.150.480.2140.6247.0660
HexC9AA690F3015292f3c
Octal3112521510176025515774
Binary110010011010101011010010111111000010101101001101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AA69; }

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

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

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

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

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

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

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

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