#C06642

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

Shades of Ecstasy #C06642

Tints of Ecstasy #C06642

Color information

#C06642 (or 0xC06642) is unknown color: approx Ecstasy. HEX triplet: C0, 66 and 42. RGB value is (192,102,66). Sum of RGB (Red+Green+Blue) = 192+102+66=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 66 (26.17% from 255 or 18.33% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C06642 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06642 is #3F99BD. Grayscale: #7D7D7D. Windows color (decimal): -4168126 or 4351680. OLE color: 4351680.

HSL color Cylindrical-coordinate representation of color #C06642: hue angle of 17.14º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C06642 is Cyan = 0, Magento = 0.47, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB19210266-
CMYK00.470.660.25
HSL17.14º50%50.59%-
HSV(B)17.14º65.62%75.29%-
XYZ27.4721.17.78-
YUV124.8194.82175.93-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 53.33%
GREEN value IS 102 (40.23% from 255) = 28.33%
BLUE value IS 66 (26.17% from 255) = 18.33%
R=53.33%
G=28.33%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921026600.470.660.2517.145050.59
HexC0664202F4219113233
Octal30014610205710231216263
Binary1100000011001101000010010111110000101100110001110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06642; }

 p { color: rgb(192,102,66); }

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

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

 a { background-color: rgb(192,102,66); }

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

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

 span { border-color: rgb(192,102,66); }

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