#C6603F

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

Shades of Ecstasy #C6603F

Tints of Ecstasy #C6603F

Color information

#C6603F (or 0xC6603F) is unknown color: approx Ecstasy. HEX triplet: C6, 60 and 3F. RGB value is (198,96,63). Sum of RGB (Red+Green+Blue) = 198+96+63=357 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.46% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 63 (25% from 255 or 17.65% from 357); Max value from RGB is 198 - color contains mainly: red. Hex color #C6603F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6603F is #399FC0. Grayscale: #7A7A7A. Windows color (decimal): -3776449 or 4153542. OLE color: 4153542.

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

Color convert

RGB1989663-
CMYK00.520.680.22
HSL14.67º54.22%51.18%-
HSV(B)14.67º68.18%77.65%-
XYZ28.3720.737.21-
YUV122.7494.29181.68-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 55.46%
GREEN value IS 96 (37.89% from 255) = 26.89%
BLUE value IS 63 (25% from 255) = 17.65%
R=55.46%
G=26.89%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198966300.520.680.2214.6754.2251.18
HexC6603F0344416f3633
Octal3061407706410426176663
Binary11000110110000011111101101001000100101101111110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6603F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6603F; }

 p { color: rgb(198,96,63); }

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

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

 a { background-color: rgb(198,96,63); }

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

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

 span { border-color: rgb(198,96,63); }

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