#C8613C

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

Shades of Ecstasy #C8613C

Tints of Ecstasy #C8613C

Color information

#C8613C (or 0xC8613C) is unknown color: approx Ecstasy. HEX triplet: C8, 61 and 3C. RGB value is (200,97,60). Sum of RGB (Red+Green+Blue) = 200+97+60=357 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.02% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 60 (23.83% from 255 or 16.81% from 357); Max value from RGB is 200 - color contains mainly: red. Hex color #C8613C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8613C is #379EC3. Grayscale: #7B7B7B. Windows color (decimal): -3645124 or 3957192. OLE color: 3957192.

HSL color Cylindrical-coordinate representation of color #C8613C: hue angle of 15.86º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C8613C is Cyan = 0, Magento = 0.52, Yellow = 0.7 and Black (K on CMYK) = 0.22.

Color convert

RGB2009760-
CMYK00.520.70.22
HSL15.86º56%50.98%-
HSV(B)15.86º70%78.43%-
XYZ28.9121.156.83-
YUV123.5892.12182.51-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 56.02%
GREEN value IS 97 (38.28% from 255) = 27.17%
BLUE value IS 60 (23.83% from 255) = 16.81%
R=56.02%
G=27.17%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.7
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200976000.520.70.2215.865650.98
HexC8613C0344616103833
Octal3101417406410626207063
Binary110010001100001111100011010010001101011010000111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8613C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8613C; }

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

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

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

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

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

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

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

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