#CC6633

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

Shades of Ecstasy #CC6633

Tints of Ecstasy #CC6633

Color information

#CC6633 (or 0xCC6633) is unknown color: approx Ecstasy. HEX triplet: CC, 66 and 33. RGB value is (204,102,51). Sum of RGB (Red+Green+Blue) = 204+102+51=357 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.14% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 51 (20.31% from 255 or 14.29% from 357); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6633 is a web safe color. Inversed color of #CC6633 is #3399CC. Grayscale: #7E7E7E. Windows color (decimal): -3381709 or 3368652. OLE color: 3368652.

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

Color convert

RGB20410251-
CMYK00.50.750.2
HSL20º60%50%-
HSV(B)20º75%80%-
XYZ30.2522.585.9-
YUV126.6885.29183.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 57.14%
GREEN value IS 102 (40.23% from 255) = 28.57%
BLUE value IS 51 (20.31% from 255) = 14.29%
R=57.14%
G=28.57%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041025100.50.750.2206050
HexCC66330324B14143c32
Octal3141466306211324247462
Binary110011001100110110011011001010010111010010100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6633; }

 p { color: rgb(204,102,51); }

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

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

 a { background-color: rgb(204,102,51); }

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

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

 span { border-color: rgb(204,102,51); }

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