#CCC882

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

Shades of Deco #CCC882

Tints of Deco #CCC882

Color information

#CCC882 (or 0xCCC882) is unknown color: approx Deco. HEX triplet: CC, C8 and 82. RGB value is (204,200,130). Sum of RGB (Red+Green+Blue) = 204+200+130=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 200 (78.52% from 255 or 37.45% from 534); Blue value is 130 (51.17% from 255 or 24.34% from 534); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC882 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC882 is #33377D. Grayscale: #C1C1C1. Windows color (decimal): -3356542 or 8571084. OLE color: 8571084.

HSL color Cylindrical-coordinate representation of color #CCC882: hue angle of 56.76º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CCC882 is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.2.

Color convert

RGB204200130-
CMYK00.020.360.2
HSL56.76º42.05%65.49%-
HSV(B)56.76º36.27%80%-
XYZ49.5955.7629.27-
YUV193.2292.33135.69-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.20%
GREEN value IS 200 (78.52% from 255) = 37.45%
BLUE value IS 130 (51.17% from 255) = 24.34%
R=38.20%
G=37.45%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.36
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420013000.020.360.256.7642.0565.49
HexCCC882022414392a41
Octal3143102020244247152101
Binary110011001100100010000010010100100101001110011010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC882; }

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

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

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

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

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

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

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

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