#C65D2F

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

Shades of Ecstasy #C65D2F

Tints of Ecstasy #C65D2F

Color information

#C65D2F (or 0xC65D2F) is unknown color: approx Ecstasy. HEX triplet: C6, 5D and 2F. RGB value is (198,93,47). Sum of RGB (Red+Green+Blue) = 198+93+47=338 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.58% from 338); Green value is 93 (36.72% from 255 or 27.51% from 338); Blue value is 47 (18.75% from 255 or 13.91% from 338); Max value from RGB is 198 - color contains mainly: red. Hex color #C65D2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65D2F is #39A2D0. Grayscale: #777777. Windows color (decimal): -3777233 or 3104198. OLE color: 3104198.

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

Color convert

RGB1989347-
CMYK00.530.760.22
HSL18.28º61.63%48.04%-
HSV(B)18.28º76.26%77.65%-
XYZ27.7220.045.1-
YUV119.1587.29184.24-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 58.58%
GREEN value IS 93 (36.72% from 255) = 27.51%
BLUE value IS 47 (18.75% from 255) = 13.91%
R=58.58%
G=27.51%
B=13.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.76
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198934700.530.760.2218.2861.6348.04
HexC65D2F0354C16123e30
Octal3061355706511426227660
Binary110001101011101101111011010110011001011010010111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65D2F; }

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

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

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

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

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

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

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

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