#C65D2E

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

Shades of Ecstasy #C65D2E

Tints of Ecstasy #C65D2E

Color information

#C65D2E (or 0xC65D2E) is unknown color: approx Ecstasy. HEX triplet: C6, 5D and 2E. RGB value is (198,93,46). Sum of RGB (Red+Green+Blue) = 198+93+46=337 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.75% from 337); Green value is 93 (36.72% from 255 or 27.60% from 337); Blue value is 46 (18.36% from 255 or 13.65% from 337); Max value from RGB is 198 - color contains mainly: red. Hex color #C65D2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65D2E is #39A2D1. Grayscale: #777777. Windows color (decimal): -3777234 or 3038662. OLE color: 3038662.

HSL color Cylindrical-coordinate representation of color #C65D2E: hue angle of 18.55º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C65D2E is Cyan = 0, Magento = 0.53, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB1989346-
CMYK00.530.770.22
HSL18.55º62.3%47.84%-
HSV(B)18.55º76.77%77.65%-
XYZ27.720.034.99-
YUV119.0486.79184.32-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 58.75%
GREEN value IS 93 (36.72% from 255) = 27.60%
BLUE value IS 46 (18.36% from 255) = 13.65%
R=58.75%
G=27.60%
B=13.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.77
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198934600.530.770.2218.5562.347.84
HexC65D2E0354D16133e30
Octal3061355606511526237660
Binary110001101011101101110011010110011011011010011111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65D2E; }

 p { color: rgb(198,93,46); }

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

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

 a { background-color: rgb(198,93,46); }

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

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

 span { border-color: rgb(198,93,46); }

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