#C55B3D

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

Shades of Ecstasy #C55B3D

Tints of Ecstasy #C55B3D

Color information

#C55B3D (or 0xC55B3D) is unknown color: approx Ecstasy. HEX triplet: C5, 5B and 3D. RGB value is (197,91,61). Sum of RGB (Red+Green+Blue) = 197+91+61=349 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.45% from 349); Green value is 91 (35.94% from 255 or 26.07% from 349); Blue value is 61 (24.22% from 255 or 17.48% from 349); Max value from RGB is 197 - color contains mainly: red. Hex color #C55B3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55B3D is #3AA4C2. Grayscale: #777777. Windows color (decimal): -3843267 or 4021189. OLE color: 4021189.

HSL color Cylindrical-coordinate representation of color #C55B3D: hue angle of 13.24º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C55B3D is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB1979161-
CMYK00.540.690.23
HSL13.24º53.97%50.59%-
HSV(B)13.24º69.04%77.25%-
XYZ27.6119.696.76-
YUV119.2795.12183.44-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 56.45%
GREEN value IS 91 (35.94% from 255) = 26.07%
BLUE value IS 61 (24.22% from 255) = 17.48%
R=56.45%
G=26.07%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.69
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197916100.540.690.2313.2453.9750.59
HexC55B3D0364517d3633
Octal3051337506610527156663
Binary11000101101101111110101101101000101101111101110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55B3D; }

 p { color: rgb(197,91,61); }

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

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

 a { background-color: rgb(197,91,61); }

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

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

 span { border-color: rgb(197,91,61); }

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