#CCA878

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

Shades of Putty #CCA878

Tints of Putty #CCA878

Color information

#CCA878 (or 0xCCA878) is unknown color: approx Putty. HEX triplet: CC, A8 and 78. RGB value is (204,168,120). Sum of RGB (Red+Green+Blue) = 204+168+120=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 168 (66.02% from 255 or 34.15% from 492); Blue value is 120 (47.27% from 255 or 24.39% from 492); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA878 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA878 is #335787. Grayscale: #ADADAD. Windows color (decimal): -3364744 or 7907532. OLE color: 7907532.

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

Color convert

RGB204168120-
CMYK00.180.410.2
HSL34.29º45.16%63.53%-
HSV(B)34.29º41.18%80%-
XYZ42.2942.223.69-
YUV173.2997.93149.9-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.46%
GREEN value IS 168 (66.02% from 255) = 34.15%
BLUE value IS 120 (47.27% from 255) = 24.39%
R=41.46%
G=34.15%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.41
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416812000.180.410.234.2945.1663.53
HexCCA8780122914222d40
Octal31425017002251244255100
Binary11001100101010001111000010010101001101001000101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA878; }

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

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

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

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

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

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

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

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