#CCAD7C

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

Shades of Putty #CCAD7C

Tints of Putty #CCAD7C

Color information

#CCAD7C (or 0xCCAD7C) is unknown color: approx Putty. HEX triplet: CC, AD and 7C. RGB value is (204,173,124). Sum of RGB (Red+Green+Blue) = 204+173+124=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 124 (48.83% from 255 or 24.75% from 501); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAD7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAD7C is #335283. Grayscale: #B0B0B0. Windows color (decimal): -3363460 or 8170956. OLE color: 8170956.

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

Color convert

RGB204173124-
CMYK00.150.390.2
HSL36.75º43.96%64.31%-
HSV(B)36.75º39.22%80%-
XYZ43.4844.1825.3-
YUV176.6898.27147.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.72%
GREEN value IS 173 (67.97% from 255) = 34.53%
BLUE value IS 124 (48.83% from 255) = 24.75%
R=40.72%
G=34.53%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.39
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417312400.150.390.236.7543.9664.31
HexCCAD7C0F2714252c40
Octal31425517401747244554100
Binary1100110010101101111110001111100111101001001011011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAD7C; }

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

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

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

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

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

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

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

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