#CCA475

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

Shades of Putty #CCA475

Tints of Putty #CCA475

Color information

#CCA475 (or 0xCCA475) is unknown color: approx Putty. HEX triplet: CC, A4 and 75. RGB value is (204,164,117). Sum of RGB (Red+Green+Blue) = 204+164+117=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 164 (64.45% from 255 or 33.81% from 485); Blue value is 117 (46.09% from 255 or 24.12% from 485); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA475 is #335B8A. Grayscale: #AAAAAA. Windows color (decimal): -3365771 or 7709900. OLE color: 7709900.

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

Color convert

RGB204164117-
CMYK00.200.430.2
HSL32.41º46.03%62.94%-
HSV(B)32.41º42.65%80%-
XYZ41.3940.6722.5-
YUV170.697.75151.82-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.06%
GREEN value IS 164 (64.45% from 255) = 33.81%
BLUE value IS 117 (46.09% from 255) = 24.12%
R=42.06%
G=33.81%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.43
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416411700.200.430.232.4146.0362.94
HexCCA4750142B14202e3f
Octal3142441650245324405677
Binary1100110010100100111010101010010101110100100000101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA475; }

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

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

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

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

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

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

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

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