#C65C2D

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

Shades of Ecstasy #C65C2D

Tints of Ecstasy #C65C2D

Color information

#C65C2D (or 0xC65C2D) is unknown color: approx Ecstasy. HEX triplet: C6, 5C and 2D. RGB value is (198,92,45). Sum of RGB (Red+Green+Blue) = 198+92+45=335 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.10% from 335); Green value is 92 (36.33% from 255 or 27.46% from 335); Blue value is 45 (17.97% from 255 or 13.43% from 335); Max value from RGB is 198 - color contains mainly: red. Hex color #C65C2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65C2D is #39A3D2. Grayscale: #767676. Windows color (decimal): -3777491 or 2972870. OLE color: 2972870.

HSL color Cylindrical-coordinate representation of color #C65C2D: hue angle of 18.43º degrees, saturation: 0.63, 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 #C65C2D is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB1989245-
CMYK00.540.770.22
HSL18.43º62.96%47.65%-
HSV(B)18.43º77.27%77.65%-
XYZ27.5919.854.86-
YUV118.3486.62184.82-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 59.10%
GREEN value IS 92 (36.33% from 255) = 27.46%
BLUE value IS 45 (17.97% from 255) = 13.43%
R=59.10%
G=27.46%
B=13.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.77
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198924500.540.770.2218.4362.9647.65
HexC65C2D0364D16123f30
Octal3061345506611526227760
Binary110001101011100101101011011010011011011010010111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65C2D; }

 p { color: rgb(198,92,45); }

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

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

 a { background-color: rgb(198,92,45); }

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

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

 span { border-color: rgb(198,92,45); }

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