#CCA675

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

Shades of Putty #CCA675

Tints of Putty #CCA675

Color information

#CCA675 (or 0xCCA675) is unknown color: approx Putty. HEX triplet: CC, A6 and 75. RGB value is (204,166,117). Sum of RGB (Red+Green+Blue) = 204+166+117=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 166 (65.23% from 255 or 34.09% from 487); Blue value is 117 (46.09% from 255 or 24.02% from 487); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA675 is #33598A. Grayscale: #ACACAC. Windows color (decimal): -3365259 or 7710412. OLE color: 7710412.

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

Color convert

RGB204166117-
CMYK00.190.430.2
HSL33.79º46.03%62.94%-
HSV(B)33.79º42.65%80%-
XYZ41.7541.3922.62-
YUV171.7897.09150.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.89%
GREEN value IS 166 (65.23% from 255) = 34.09%
BLUE value IS 117 (46.09% from 255) = 24.02%
R=41.89%
G=34.09%
B=24.02%

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
Decimal20416611700.190.430.233.7946.0362.94
HexCCA6750132B14222e3f
Octal3142461650235324425677
Binary1100110010100110111010101001110101110100100010101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA675; }

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

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

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

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

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

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

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

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