#c66342

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

Shades of Ecstasy #C66342

Tints of Ecstasy #C66342

Color information

#C66342 (or 0xC66342) is unknown color: approx Ecstasy. HEX triplet: C6, 63 and 42. RGB value is (198,99,66). Sum of RGB (Red+Green+Blue) = 198+99+66=363 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.55% from 363); Green value is 99 (39.06% from 255 or 27.27% from 363); Blue value is 66 (26.17% from 255 or 18.18% from 363); Max value from RGB is 198 - color contains mainly: red. Hex color #C66342 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66342 is #399CBD. Grayscale: #7D7D7D. Windows color (decimal): -3775678 or 4350918. OLE color: 4350918.

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

Color convert

RGB1989966-
CMYK00.500.670.22
HSL15º53.66%51.76%-
HSV(B)15º66.67%77.65%-
XYZ28.7321.327.76-
YUV124.8494.8180.18-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 54.55%
GREEN value IS 99 (39.06% from 255) = 27.27%
BLUE value IS 66 (26.17% from 255) = 18.18%
R=54.55%
G=27.27%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198996600.500.670.221553.6651.76
HexC663420324316f3634
Octal30614310206210326176664
Binary110001101100011100001001100101000011101101111110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c66342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c66342; }

 p { color: rgb(198,99,66); }

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

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

 a { background-color: rgb(198,99,66); }

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

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

 span { border-color: rgb(198,99,66); }

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