#CC663C

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

Shades of Ecstasy #CC663C

Tints of Ecstasy #CC663C

Color information

#CC663C (or 0xCC663C) is unknown color: approx Ecstasy. HEX triplet: CC, 66 and 3C. RGB value is (204,102,60). Sum of RGB (Red+Green+Blue) = 204+102+60=366 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.74% from 366); Green value is 102 (40.23% from 255 or 27.87% from 366); Blue value is 60 (23.83% from 255 or 16.39% from 366); Max value from RGB is 204 - color contains mainly: red. Hex color #CC663C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC663C is #3399C3. Grayscale: #7F7F7F. Windows color (decimal): -3381700 or 3958476. OLE color: 3958476.

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

Color convert

RGB20410260-
CMYK00.50.710.2
HSL17.5º58.54%51.76%-
HSV(B)17.5º70.59%80%-
XYZ30.4722.677.04-
YUV127.7189.79182.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 55.74%
GREEN value IS 102 (40.23% from 255) = 27.87%
BLUE value IS 60 (23.83% from 255) = 16.39%
R=55.74%
G=27.87%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.71
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041026000.50.710.217.558.5451.76
HexCC663C0324714123b34
Octal3141467406210724227364
Binary110011001100110111100011001010001111010010010111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC663C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC663C; }

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

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

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

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

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

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

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

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