#CCAC79

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

Shades of Putty #CCAC79

Tints of Putty #CCAC79

Color information

#CCAC79 (or 0xCCAC79) is unknown color: approx Putty. HEX triplet: CC, AC and 79. RGB value is (204,172,121). Sum of RGB (Red+Green+Blue) = 204+172+121=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 172 (67.58% from 255 or 34.61% from 497); Blue value is 121 (47.66% from 255 or 24.35% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAC79 is #335386. Grayscale: #AFAFAF. Windows color (decimal): -3363719 or 7974092. OLE color: 7974092.

HSL color Cylindrical-coordinate representation of color #CCAC79: hue angle of 36.87º 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 #CCAC79 is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.2.

Color convert

RGB204172121-
CMYK00.160.410.2
HSL36.87º44.86%63.73%-
HSV(B)36.87º40.69%80%-
XYZ43.1143.7224.26-
YUV175.7597.1148.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.05%
GREEN value IS 172 (67.58% from 255) = 34.61%
BLUE value IS 121 (47.66% from 255) = 24.35%
R=41.05%
G=34.61%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.41
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417212100.160.410.236.8744.8663.73
HexCCAC790102914252d40
Octal31425417102051244555100
Binary11001100101011001111001010000101001101001001011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAC79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAC79; }

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

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

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

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

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

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

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

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