#cc6332

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

Shades of Ecstasy #CC6332

Tints of Ecstasy #CC6332

Color information

#CC6332 (or 0xCC6332) is unknown color: approx Ecstasy. HEX triplet: CC, 63 and 32. RGB value is (204,99,50). Sum of RGB (Red+Green+Blue) = 204+99+50=353 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.79% from 353); Green value is 99 (39.06% from 255 or 28.05% from 353); Blue value is 50 (19.92% from 255 or 14.16% from 353); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6332 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6332 is #339CCD. Grayscale: #7D7D7D. Windows color (decimal): -3382478 or 3302348. OLE color: 3302348.

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

Color convert

RGB2049950-
CMYK00.510.750.2
HSL19.09º60.63%49.8%-
HSV(B)19.09º75.49%80%-
XYZ29.9421.995.68-
YUV124.8185.79184.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 57.79%
GREEN value IS 99 (39.06% from 255) = 28.05%
BLUE value IS 50 (19.92% from 255) = 14.16%
R=57.79%
G=28.05%
B=14.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204995000.510.750.219.0960.6349.8
HexCC63320334B14133d32
Octal3141436206311324237562
Binary110011001100011110010011001110010111010010011111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc6332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc6332; }

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

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

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

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

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

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

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

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