#CC613C

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

Shades of Ecstasy #CC613C

Tints of Ecstasy #CC613C

Color information

#CC613C (or 0xCC613C) is unknown color: approx Ecstasy. HEX triplet: CC, 61 and 3C. RGB value is (204,97,60). Sum of RGB (Red+Green+Blue) = 204+97+60=361 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.51% from 361); Green value is 97 (38.28% from 255 or 26.87% from 361); Blue value is 60 (23.83% from 255 or 16.62% from 361); Max value from RGB is 204 - color contains mainly: red. Hex color #CC613C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC613C is #339EC3. Grayscale: #7D7D7D. Windows color (decimal): -3382980 or 3957196. OLE color: 3957196.

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

Color convert

RGB2049760-
CMYK00.520.710.2
HSL15.42º58.54%51.76%-
HSV(B)15.42º70.59%80%-
XYZ29.9921.716.89-
YUV124.7891.45184.51-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 56.51%
GREEN value IS 97 (38.28% from 255) = 26.87%
BLUE value IS 60 (23.83% from 255) = 16.62%
R=56.51%
G=26.87%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.71
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204976000.520.710.215.4258.5451.76
HexCC613C0344714f3b34
Octal3141417406410724177364
Binary11001100110000111110001101001000111101001111111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC613C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC613C; }

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

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

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

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

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

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

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

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