#CCA676

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

Shades of Putty #CCA676

Tints of Putty #CCA676

Color information

#CCA676 (or 0xCCA676) is unknown color: approx Putty. HEX triplet: CC, A6 and 76. RGB value is (204,166,118). Sum of RGB (Red+Green+Blue) = 204+166+118=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 166 (65.23% from 255 or 34.02% from 488); Blue value is 118 (46.48% from 255 or 24.18% from 488); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA676 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA676 is #335989. Grayscale: #ACACAC. Windows color (decimal): -3365258 or 7775948. OLE color: 7775948.

HSL color Cylindrical-coordinate representation of color #CCA676: hue angle of 33.49º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CCA676 is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.2.

Color convert

RGB204166118-
CMYK00.190.420.2
HSL33.49º45.74%63.14%-
HSV(B)33.49º42.16%80%-
XYZ41.8141.4222.93-
YUV171.8997.59150.9-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.80%
GREEN value IS 166 (65.23% from 255) = 34.02%
BLUE value IS 118 (46.48% from 255) = 24.18%
R=41.80%
G=34.02%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.42
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416611800.190.420.233.4945.7463.14
HexCCA6760132A14212e3f
Octal3142461660235224415677
Binary1100110010100110111011001001110101010100100001101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA676; }

 p { color: rgb(204,166,118); }

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

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

 a { background-color: rgb(204,166,118); }

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

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

 span { border-color: rgb(204,166,118); }

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