#CCAD76

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

Shades of Putty #CCAD76

Tints of Putty #CCAD76

Color information

#CCAD76 (or 0xCCAD76) is unknown color: approx Putty. HEX triplet: CC, AD and 76. RGB value is (204,173,118). Sum of RGB (Red+Green+Blue) = 204+173+118=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 173 (67.97% from 255 or 34.95% from 495); Blue value is 118 (46.48% from 255 or 23.84% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAD76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAD76 is #335289. Grayscale: #B0B0B0. Windows color (decimal): -3363466 or 7777740. OLE color: 7777740.

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

Color convert

RGB204173118-
CMYK00.150.420.2
HSL38.37º45.74%63.14%-
HSV(B)38.37º42.16%80%-
XYZ43.1244.0323.37-
YUV17695.27147.97-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.21%
GREEN value IS 173 (67.97% from 255) = 34.95%
BLUE value IS 118 (46.48% from 255) = 23.84%
R=41.21%
G=34.95%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.42
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417311800.150.420.238.3745.7463.14
HexCCAD760F2A14262e3f
Octal3142551660175224465677
Binary110011001010110111101100111110101010100100110101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAD76; }

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

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

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

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

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

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

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

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