#C65F40

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

Shades of Ecstasy #C65F40

Tints of Ecstasy #C65F40

Color information

#C65F40 (or 0xC65F40) is unknown color: approx Ecstasy. HEX triplet: C6, 5F and 40. RGB value is (198,95,64). Sum of RGB (Red+Green+Blue) = 198+95+64=357 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.46% from 357); Green value is 95 (37.5% from 255 or 26.61% from 357); Blue value is 64 (25.39% from 255 or 17.93% from 357); Max value from RGB is 198 - color contains mainly: red. Hex color #C65F40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65F40 is #39A0BF. Grayscale: #7A7A7A. Windows color (decimal): -3776704 or 4218822. OLE color: 4218822.

HSL color Cylindrical-coordinate representation of color #C65F40: hue angle of 13.88º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C65F40 is Cyan = 0, Magento = 0.52, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB1989564-
CMYK00.520.680.22
HSL13.88º54.03%51.37%-
HSV(B)13.88º67.68%77.65%-
XYZ28.3120.567.33-
YUV122.2695.12182.02-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 55.46%
GREEN value IS 95 (37.5% from 255) = 26.61%
BLUE value IS 64 (25.39% from 255) = 17.93%
R=55.46%
G=26.61%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198956400.520.680.2213.8854.0351.37
HexC65F400344416e3633
Octal30613710006410426166663
Binary110001101011111100000001101001000100101101110110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65F40; }

 p { color: rgb(198,95,64); }

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

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

 a { background-color: rgb(198,95,64); }

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

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

 span { border-color: rgb(198,95,64); }

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