Html Css Color HEX #C55A32 Ecstasy

📋 copy color: '#C55A32'

red 197 ◦ green 90 ◦ blue 50

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

Shades of Ecstasy #C55A32

Tints of Ecstasy #C55A32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.84%

R = 58.46%
G = 26.71%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C55A32 (or 0xC55A32) is known color: Ecstasy. HEX triplet: C5, 5A and 32. RGB value is (197,90,50). Sum of RGB (Red+Green+Blue) = 197+90+50=337 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.46% from 337); Green value is 90 (35.55% from 255 or 26.71% from 337); Blue value is 50 (19.92% from 255 or 14.84% from 337); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55A32 is #3AA5CD. Grayscale: #757575. Windows color (decimal): -3843534 or 3300037. OLE color: 3300037.

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

Color convert

RGB 197 90 50 -
CMYK 0 0.54 0.75 0.23
HSL 16.33º 0.6% 0.48% -
HSV(B) 16.33º 0.75% 0.77% -
XYZ 27.26 19.41 5.33 -
YUV 117.43 89.95 184.75 -
System Red Green Blue C M Y K H S L
Decimal 197 90 50 0 0.54 0.75 0.23 16.33 0.6 0.48
Hex C5 5A 32 0 36 4B 17 10 3C 30
Octal 305 132 62 0 66 113 27 20 74 60
Binary 11000101 1011010 110010 0 110110 1001011 10111 10000 111100 110000

Color Harmonies of #C55A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55A32

Black with #C55A32

Text Example


Text Example

White with #C55A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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