#CC6532

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

Shades of Ecstasy #CC6532

Tints of Ecstasy #CC6532

Color information

#CC6532 (or 0xCC6532) is unknown color: approx Ecstasy. HEX triplet: CC, 65 and 32. RGB value is (204,101,50). Sum of RGB (Red+Green+Blue) = 204+101+50=355 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.46% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 50 (19.92% from 255 or 14.08% from 355); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6532 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6532 is #339ACD. Grayscale: #7E7E7E. Windows color (decimal): -3381966 or 3302860. OLE color: 3302860.

HSL color Cylindrical-coordinate representation of color #CC6532: hue angle of 19.87º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC6532 is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB20410150-
CMYK00.500.750.2
HSL19.87º60.63%49.8%-
HSV(B)19.87º75.49%80%-
XYZ30.1322.385.75-
YUV125.9885.12183.65-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 57.46%
GREEN value IS 101 (39.84% from 255) = 28.45%
BLUE value IS 50 (19.92% from 255) = 14.08%
R=57.46%
G=28.45%
B=14.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041015000.500.750.219.8760.6349.8
HexCC65320324B14143d32
Octal3141456206211324247562
Binary110011001100101110010011001010010111010010100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6532; }

 p { color: rgb(204,101,50); }

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

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

 a { background-color: rgb(204,101,50); }

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

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

 span { border-color: rgb(204,101,50); }

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