#cca870

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

Shades of Putty #CCA870

Tints of Putty #CCA870

Color information

#CCA870 (or 0xCCA870) is unknown color: approx Putty. HEX triplet: CC, A8 and 70. RGB value is (204,168,112). Sum of RGB (Red+Green+Blue) = 204+168+112=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 168 (66.02% from 255 or 34.71% from 484); Blue value is 112 (44.14% from 255 or 23.14% from 484); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA870 is #33578F. Grayscale: #ACACAC. Windows color (decimal): -3364752 or 7383244. OLE color: 7383244.

HSL color Cylindrical-coordinate representation of color #CCA870: hue angle of 36.52º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CCA870 is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.2.

Color convert

RGB204168112-
CMYK00.180.450.2
HSL36.52º47.42%61.96%-
HSV(B)36.52º45.1%80%-
XYZ41.8342.0121.23-
YUV172.3893.93150.55-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.15%
GREEN value IS 168 (66.02% from 255) = 34.71%
BLUE value IS 112 (44.14% from 255) = 23.14%
R=42.15%
G=34.71%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.45
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416811200.180.450.236.5247.4261.96
HexCCA8700122D14252f3e
Octal3142501600225524455776
Binary1100110010101000111000001001010110110100100101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cca870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cca870; }

 p { color: rgb(204,168,112); }

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

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

 a { background-color: rgb(204,168,112); }

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

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

 span { border-color: rgb(204,168,112); }

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