#C66538

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

Shades of Ecstasy #C66538

Tints of Ecstasy #C66538

Color information

#C66538 (or 0xC66538) is unknown color: approx Ecstasy. HEX triplet: C6, 65 and 38. RGB value is (198,101,56). Sum of RGB (Red+Green+Blue) = 198+101+56=355 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.77% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 56 (22.27% from 255 or 15.77% from 355); Max value from RGB is 198 - color contains mainly: red. Hex color #C66538 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66538 is #399AC7. Grayscale: #7D7D7D. Windows color (decimal): -3775176 or 3696070. OLE color: 3696070.

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

Color convert

RGB19810156-
CMYK00.490.720.22
HSL19.01º55.91%49.8%-
HSV(B)19.01º71.72%77.65%-
XYZ28.6621.66.4-
YUV124.8789.14180.16-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 55.77%
GREEN value IS 101 (39.84% from 255) = 28.45%
BLUE value IS 56 (22.27% from 255) = 15.77%
R=55.77%
G=28.45%
B=15.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981015600.490.720.2219.0155.9149.8
HexC665380314816133832
Octal3061457006111026237062
Binary110001101100101111000011000110010001011010011111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66538; }

 p { color: rgb(198,101,56); }

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

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

 a { background-color: rgb(198,101,56); }

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

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

 span { border-color: rgb(198,101,56); }

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