#CCB079

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

Shades of Putty #CCB079

Tints of Putty #CCB079

Color information

#CCB079 (or 0xCCB079) is unknown color: approx Putty. HEX triplet: CC, B0 and 79. RGB value is (204,176,121). Sum of RGB (Red+Green+Blue) = 204+176+121=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 176 (69.14% from 255 or 35.13% from 501); Blue value is 121 (47.66% from 255 or 24.15% from 501); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB079 is #334F86. Grayscale: #B2B2B2. Windows color (decimal): -3362695 or 7975116. OLE color: 7975116.

HSL color Cylindrical-coordinate representation of color #CCB079: hue angle of 39.76º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CCB079 is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.2.

Color convert

RGB204176121-
CMYK00.140.410.2
HSL39.76º44.86%63.73%-
HSV(B)39.76º40.69%80%-
XYZ43.8845.2724.51-
YUV178.195.78146.47-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.72%
GREEN value IS 176 (69.14% from 255) = 35.13%
BLUE value IS 121 (47.66% from 255) = 24.15%
R=40.72%
G=35.13%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417612100.140.410.239.7644.8663.73
HexCCB0790E2914282d40
Octal31426017101651245055100
Binary1100110010110000111100101110101001101001010001011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB079; }

 p { color: rgb(204,176,121); }

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

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

 a { background-color: rgb(204,176,121); }

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

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

 span { border-color: rgb(204,176,121); }

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