#C6643C

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

Shades of Ecstasy #C6643C

Tints of Ecstasy #C6643C

Color information

#C6643C (or 0xC6643C) is unknown color: approx Ecstasy. HEX triplet: C6, 64 and 3C. RGB value is (198,100,60). Sum of RGB (Red+Green+Blue) = 198+100+60=358 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.31% from 358); Green value is 100 (39.45% from 255 or 27.93% from 358); Blue value is 60 (23.83% from 255 or 16.76% from 358); Max value from RGB is 198 - color contains mainly: red. Hex color #C6643C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6643C is #399BC3. Grayscale: #7D7D7D. Windows color (decimal): -3775428 or 3957958. OLE color: 3957958.

HSL color Cylindrical-coordinate representation of color #C6643C: hue angle of 17.39º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C6643C is Cyan = 0, Magento = 0.49, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB19810060-
CMYK00.490.700.22
HSL17.39º54.76%50.59%-
HSV(B)17.39º69.7%77.65%-
XYZ28.6621.456.9-
YUV124.7491.47180.25-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 55.31%
GREEN value IS 100 (39.45% from 255) = 27.93%
BLUE value IS 60 (23.83% from 255) = 16.76%
R=55.31%
G=27.93%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.70
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981006000.490.700.2217.3954.7650.59
HexC6643C0314616113733
Octal3061447406110626216763
Binary110001101100100111100011000110001101011010001110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6643C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6643C; }

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

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

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

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

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

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

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

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