#CCC870

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

Shades of Deco #CCC870

Tints of Deco #CCC870

Color information

#CCC870 (or 0xCCC870) is unknown color: approx Deco. HEX triplet: CC, C8 and 70. RGB value is (204,200,112). Sum of RGB (Red+Green+Blue) = 204+200+112=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 200 (78.52% from 255 or 38.76% from 516); Blue value is 112 (44.14% from 255 or 21.71% from 516); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC870 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC870 is #33378F. Grayscale: #BFBFBF. Windows color (decimal): -3356560 or 7391436. OLE color: 7391436.

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

Color convert

RGB204200112-
CMYK00.020.450.2
HSL57.39º47.42%61.96%-
HSV(B)57.39º45.1%80%-
XYZ48.4855.3223.45-
YUV191.1683.33137.16-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.53%
GREEN value IS 200 (78.52% from 255) = 38.76%
BLUE value IS 112 (44.14% from 255) = 21.71%
R=39.53%
G=38.76%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.45
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420011200.020.450.257.3947.4261.96
HexCCC870022D14392f3e
Octal314310160025524715776
Binary1100110011001000111000001010110110100111001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC870; }

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

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

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

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

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

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

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

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