Html Css Color HEX #C55A87 Mulberry

📋 copy color: '#C55A87'

red 197 ◦ green 90 ◦ blue 135

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

Shades of Mulberry #C55A87

Tints of Mulberry #C55A87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 31.99%

R = 46.68%
G = 21.33%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.31

 K value IS 0.23

RGB Variations

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

Color information

#C55A87 (or 0xC55A87) is known color: Mulberry. HEX triplet: C5, 5A and 87. RGB value is (197,90,135). Sum of RGB (Red+Green+Blue) = 197+90+135=422 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.68% from 422); Green value is 90 (35.55% from 255 or 21.33% from 422); Blue value is 135 (53.12% from 255 or 31.99% from 422); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55A87 is #3AA578. Grayscale: #7F7F7F. Windows color (decimal): -3843449 or 8870597. OLE color: 8870597.

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

Color convert

RGB 197 90 135 -
CMYK 0 0.54 0.31 0.23
HSL 334.77º 0.48% 0.56% -
HSV(B) 334.77º 0.54% 0.77% -
XYZ 31.06 20.93 25.33 -
YUV 127.12 132.45 177.84 -
System Red Green Blue C M Y K H S L
Decimal 197 90 135 0 0.54 0.31 0.23 334.77 0.48 0.56
Hex C5 5A 87 0 36 1F 17 14F 30 38
Octal 305 132 207 0 66 37 27 517 60 70
Binary 11000101 1011010 10000111 0 110110 11111 10111 101001111 110000 111000

Color Harmonies of #C55A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55A87

Black with #C55A87

Text Example


Text Example

White with #C55A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55A87; }

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

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

background-color css

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

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

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

border-color css

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

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

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