#CC5E3C

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

Shades of Ecstasy #CC5E3C

Tints of Ecstasy #CC5E3C

Color information

#CC5E3C (or 0xCC5E3C) is unknown color: approx Ecstasy. HEX triplet: CC, 5E and 3C. RGB value is (204,94,60). Sum of RGB (Red+Green+Blue) = 204+94+60=358 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.98% from 358); Green value is 94 (37.11% from 255 or 26.26% from 358); Blue value is 60 (23.83% from 255 or 16.76% from 358); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5E3C is #33A1C3. Grayscale: #7B7B7B. Windows color (decimal): -3383748 or 3956428. OLE color: 3956428.

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

Color convert

RGB2049460-
CMYK00.540.710.2
HSL14.17º58.54%51.76%-
HSV(B)14.17º70.59%80%-
XYZ29.7221.176.79-
YUV123.0192.44185.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 56.98%
GREEN value IS 94 (37.11% from 255) = 26.26%
BLUE value IS 60 (23.83% from 255) = 16.76%
R=56.98%
G=26.26%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.71
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204946000.540.710.214.1758.5451.76
HexCC5E3C0364714e3b34
Octal3141367406610724167364
Binary11001100101111011110001101101000111101001110111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5E3C; }

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

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

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

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

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

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

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

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