#C9B069

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

Shades of Putty #C9B069

Tints of Putty #C9B069

Color information

#C9B069 (or 0xC9B069) is unknown color: approx Putty. HEX triplet: C9, B0 and 69. RGB value is (201,176,105). Sum of RGB (Red+Green+Blue) = 201+176+105=482 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.70% from 482); Green value is 176 (69.14% from 255 or 36.51% from 482); Blue value is 105 (41.41% from 255 or 21.78% from 482); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9B069 is #364F96. Grayscale: #AFAFAF. Windows color (decimal): -3559319 or 6926537. OLE color: 6926537.

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

Color convert

RGB201176105-
CMYK00.120.480.21
HSL44.38º47.06%60%-
HSV(B)44.38º47.76%78.82%-
XYZ42.1644.4919.73-
YUV175.3888.28146.27-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.70%
GREEN value IS 176 (69.14% from 255) = 36.51%
BLUE value IS 105 (41.41% from 255) = 21.78%
R=41.70%
G=36.51%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117610500.120.480.2144.3847.0660
HexC9B0690C30152c2f3c
Octal3112601510146025545774
Binary110010011011000011010010110011000010101101100101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B069; }

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

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

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

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

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

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

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

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