#C66432

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

Shades of Ecstasy #C66432

Tints of Ecstasy #C66432

Color information

#C66432 (or 0xC66432) is unknown color: approx Ecstasy. HEX triplet: C6, 64 and 32. RGB value is (198,100,50). Sum of RGB (Red+Green+Blue) = 198+100+50=348 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.90% from 348); Green value is 100 (39.45% from 255 or 28.74% from 348); Blue value is 50 (19.92% from 255 or 14.37% from 348); Max value from RGB is 198 - color contains mainly: red. Hex color #C66432 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66432 is #399BCD. Grayscale: #7B7B7B. Windows color (decimal): -3775438 or 3302598. OLE color: 3302598.

HSL color Cylindrical-coordinate representation of color #C66432: hue angle of 20.27º 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 #C66432 is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB19810050-
CMYK00.490.750.22
HSL20.27º59.68%48.63%-
HSV(B)20.27º74.75%77.65%-
XYZ28.4221.355.64-
YUV123.686.47181.07-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 56.90%
GREEN value IS 100 (39.45% from 255) = 28.74%
BLUE value IS 50 (19.92% from 255) = 14.37%
R=56.90%
G=28.74%
B=14.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.75
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981005000.490.750.2220.2759.6848.63
HexC664320314B16143c31
Octal3061446206111326247461
Binary110001101100100110010011000110010111011010100111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66432; }

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

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

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

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

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

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

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

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