#C66332

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

Shades of Ecstasy #C66332

Tints of Ecstasy #C66332

Color information

#C66332 (or 0xC66332) is unknown color: approx Ecstasy. HEX triplet: C6, 63 and 32. RGB value is (198,99,50). Sum of RGB (Red+Green+Blue) = 198+99+50=347 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.06% from 347); Green value is 99 (39.06% from 255 or 28.53% from 347); Blue value is 50 (19.92% from 255 or 14.41% from 347); Max value from RGB is 198 - color contains mainly: red. Hex color #C66332 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66332 is #399CCD. Grayscale: #7B7B7B. Windows color (decimal): -3775694 or 3302342. OLE color: 3302342.

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

Color convert

RGB1989950-
CMYK00.500.750.22
HSL19.86º59.68%48.63%-
HSV(B)19.86º74.75%77.65%-
XYZ28.3321.165.61-
YUV123.0286.8181.48-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 57.06%
GREEN value IS 99 (39.06% from 255) = 28.53%
BLUE value IS 50 (19.92% from 255) = 14.41%
R=57.06%
G=28.53%
B=14.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.75
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198995000.500.750.2219.8659.6848.63
HexC663320324B16143c31
Octal3061436206211326247461
Binary110001101100011110010011001010010111011010100111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66332; }

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

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

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

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

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

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

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

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