#CCAD79

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

Shades of Putty #CCAD79

Tints of Putty #CCAD79

Color information

#CCAD79 (or 0xCCAD79) is unknown color: approx Putty. HEX triplet: CC, AD and 79. RGB value is (204,173,121). Sum of RGB (Red+Green+Blue) = 204+173+121=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 173 (67.97% from 255 or 34.74% from 498); Blue value is 121 (47.66% from 255 or 24.30% from 498); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAD79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAD79 is #335286. Grayscale: #B0B0B0. Windows color (decimal): -3363463 or 7974348. OLE color: 7974348.

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

Color convert

RGB204173121-
CMYK00.150.410.2
HSL37.59º44.86%63.73%-
HSV(B)37.59º40.69%80%-
XYZ43.344.124.32-
YUV176.3496.77147.73-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.96%
GREEN value IS 173 (67.97% from 255) = 34.74%
BLUE value IS 121 (47.66% from 255) = 24.30%
R=40.96%
G=34.74%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417312100.150.410.237.5944.8663.73
HexCCAD790F2914262d40
Octal31425517101751244655100
Binary1100110010101101111100101111101001101001001101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAD79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAD79; }

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

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

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

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

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

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

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

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