Html Css Color HEX #C55E32 Ecstasy

📋 copy color: '#C55E32'

red 197 ◦ green 94 ◦ blue 50

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

Shades of Ecstasy #C55E32

Tints of Ecstasy #C55E32

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.57%

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

R = 57.77%
G = 27.57%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C55E32 (or 0xC55E32) is known color: Ecstasy. HEX triplet: C5, 5E and 32. RGB value is (197,94,50). Sum of RGB (Red+Green+Blue) = 197+94+50=341 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.77% from 341); Green value is 94 (37.11% from 255 or 27.57% from 341); Blue value is 50 (19.92% from 255 or 14.66% from 341); Max value from RGB is 197 - color contains mainly: red. Hex color #C55E32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55E32 is #3AA1CD. Grayscale: #787878. Windows color (decimal): -3842510 or 3301061. OLE color: 3301061.

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

Color convert

RGB 197 94 50 -
CMYK 0 0.52 0.75 0.23
HSL 17.96º 0.6% 0.48% -
HSV(B) 17.96º 0.75% 0.77% -
XYZ 27.6 20.11 5.44 -
YUV 119.78 88.62 183.08 -
System Red Green Blue C M Y K H S L
Decimal 197 94 50 0 0.52 0.75 0.23 17.96 0.6 0.48
Hex C5 5E 32 0 34 4B 17 12 3C 30
Octal 305 136 62 0 64 113 27 22 74 60
Binary 11000101 1011110 110010 0 110100 1001011 10111 10010 111100 110000

Color Harmonies of #C55E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55E32

Black with #C55E32

Text Example


Text Example

White with #C55E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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