#C06640

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

Shades of Ecstasy #C06640

Tints of Ecstasy #C06640

Color information

#C06640 (or 0xC06640) is unknown color: approx Ecstasy. HEX triplet: C0, 66 and 40. RGB value is (192,102,64). Sum of RGB (Red+Green+Blue) = 192+102+64=358 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.63% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 64 (25.39% from 255 or 17.88% from 358); Max value from RGB is 192 - color contains mainly: red. Hex color #C06640 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06640 is #3F99BF. Grayscale: #7C7C7C. Windows color (decimal): -4168128 or 4220608. OLE color: 4220608.

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

Color convert

RGB19210264-
CMYK00.470.670.25
HSL17.81º50.39%50.2%-
HSV(B)17.81º66.67%75.29%-
XYZ27.4221.087.47-
YUV124.5893.82176.09-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 53.63%
GREEN value IS 102 (40.23% from 255) = 28.49%
BLUE value IS 64 (25.39% from 255) = 17.88%
R=53.63%
G=28.49%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921026400.470.670.2517.8150.3950.2
HexC0664002F4319123232
Octal30014610005710331226262
Binary1100000011001101000000010111110000111100110010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06640; }

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

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

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

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

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

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

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

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