Html Css Color HEX #C55A3D Ecstasy

📋 copy color: '#C55A3D'

red 197 ◦ green 90 ◦ blue 61

#C55A3D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ecstasy #C55A3D

Tints of Ecstasy #C55A3D

RGB

 RED value IS 197 (77.34% from 255) = 56.61%

 GREEN value IS 90 (35.55% from 255) = 25.86%

 BLUE value IS 61 (24.22% from 255) = 17.53%

R = 56.61%
G = 25.86%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C55A3D (or 0xC55A3D) is known color: Ecstasy. HEX triplet: C5, 5A and 3D. RGB value is (197,90,61). Sum of RGB (Red+Green+Blue) = 197+90+61=348 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.61% from 348); Green value is 90 (35.55% from 255 or 25.86% from 348); Blue value is 61 (24.22% from 255 or 17.53% from 348); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55A3D is #3AA5C2. Grayscale: #767676. Windows color (decimal): -3843523 or 4020933. OLE color: 4020933.

HSL color Cylindrical-coordinate representation of color #C55A3D: hue angle of 12.79º 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 #C55A3D is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 90 61 -
CMYK 0 0.54 0.69 0.23
HSL 12.79º 0.54% 0.51% -
HSV(B) 12.79º 0.69% 0.77% -
XYZ 27.52 19.52 6.73 -
YUV 118.69 95.45 183.86 -
System Red Green Blue C M Y K H S L
Decimal 197 90 61 0 0.54 0.69 0.23 12.79 0.54 0.51
Hex C5 5A 3D 0 36 45 17 D 36 33
Octal 305 132 75 0 66 105 27 15 66 63
Binary 11000101 1011010 111101 0 110110 1000101 10111 1101 110110 110011

Color Harmonies of #C55A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55A3D

Black with #C55A3D

Text Example


Text Example

White with #C55A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55A3D; }

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

 H1.HeaderClassName
 {
   color: #C55A3D;
 }
 .AnyTagClassName
 {
   color: #C55A3D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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