Html Css Color HEX #C55A93 Mulberry

📋 copy color: '#C55A93'

red 197 ◦ green 90 ◦ blue 147

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

Shades of Mulberry #C55A93

Tints of Mulberry #C55A93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 33.87%

R = 45.39%
G = 20.74%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.25

 K value IS 0.23

RGB Variations

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

Color information

#C55A93 (or 0xC55A93) is known color: Mulberry. HEX triplet: C5, 5A and 93. RGB value is (197,90,147). Sum of RGB (Red+Green+Blue) = 197+90+147=434 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.39% from 434); Green value is 90 (35.55% from 255 or 20.74% from 434); Blue value is 147 (57.81% from 255 or 33.87% from 434); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55A93 is #3AA56C. Grayscale: #808080. Windows color (decimal): -3843437 or 9657029. OLE color: 9657029.

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

Color convert

RGB 197 90 147 -
CMYK 0 0.54 0.25 0.23
HSL 328.04º 0.48% 0.56% -
HSV(B) 328.04º 0.54% 0.77% -
XYZ 31.95 21.29 30.03 -
YUV 128.49 138.45 176.87 -
System Red Green Blue C M Y K H S L
Decimal 197 90 147 0 0.54 0.25 0.23 328.04 0.48 0.56
Hex C5 5A 93 0 36 19 17 148 30 38
Octal 305 132 223 0 66 31 27 510 60 70
Binary 11000101 1011010 10010011 0 110110 11001 10111 101001000 110000 111000

Color Harmonies of #C55A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55A93

Black with #C55A93

Text Example


Text Example

White with #C55A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55A93; }

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

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

background-color css

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

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

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

border-color css

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

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

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