#cca575

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

Shades of Putty #CCA575

Tints of Putty #CCA575

Color information

#CCA575 (or 0xCCA575) is unknown color: approx Putty. HEX triplet: CC, A5 and 75. RGB value is (204,165,117). Sum of RGB (Red+Green+Blue) = 204+165+117=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 165 (64.84% from 255 or 33.95% from 486); Blue value is 117 (46.09% from 255 or 24.07% from 486); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA575 is #335A8A. Grayscale: #ABABAB. Windows color (decimal): -3365515 or 7710156. OLE color: 7710156.

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

Color convert

RGB204165117-
CMYK00.190.430.2
HSL33.1º46.03%62.94%-
HSV(B)33.1º42.65%80%-
XYZ41.5741.0322.56-
YUV171.1997.42151.4-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.98%
GREEN value IS 165 (64.84% from 255) = 33.95%
BLUE value IS 117 (46.09% from 255) = 24.07%
R=41.98%
G=33.95%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.43
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416511700.190.430.233.146.0362.94
HexCCA5750132B14212e3f
Octal3142451650235324415677
Binary1100110010100101111010101001110101110100100001101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cca575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cca575; }

 p { color: rgb(204,165,117); }

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

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

 a { background-color: rgb(204,165,117); }

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

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

 span { border-color: rgb(204,165,117); }

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