#C9B068

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

Shades of Putty #C9B068

Tints of Putty #C9B068

Color information

#C9B068 (or 0xC9B068) is unknown color: approx Putty. HEX triplet: C9, B0 and 68. RGB value is (201,176,104). Sum of RGB (Red+Green+Blue) = 201+176+104=481 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.79% from 481); Green value is 176 (69.14% from 255 or 36.59% from 481); Blue value is 104 (41.02% from 255 or 21.62% from 481); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9B068 is #364F97. Grayscale: #AFAFAF. Windows color (decimal): -3559320 or 6861001. OLE color: 6861001.

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

Color convert

RGB201176104-
CMYK00.120.480.21
HSL44.54º47.32%59.8%-
HSV(B)44.54º48.26%78.82%-
XYZ42.1144.4719.46-
YUV175.2787.78146.35-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.79%
GREEN value IS 176 (69.14% from 255) = 36.59%
BLUE value IS 104 (41.02% from 255) = 21.62%
R=41.79%
G=36.59%
B=21.62%

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
Decimal20117610400.120.480.2144.5447.3259.8
HexC9B0680C30152d2f3c
Octal3112601500146025555774
Binary110010011011000011010000110011000010101101101101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B068; }

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

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

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

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

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

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

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

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