Html Css Color HEX #C55988 Mulberry

📋 copy color: '#C55988'

red 197 ◦ green 89 ◦ blue 136

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

Shades of Mulberry #C55988

Tints of Mulberry #C55988

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.09%

 BLUE value IS 136 (53.52% from 255) = 32.23%

R = 46.68%
G = 21.09%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.31

 K value IS 0.23

RGB Variations

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

Color information

#C55988 (or 0xC55988) is known color: Mulberry. HEX triplet: C5, 59 and 88. RGB value is (197,89,136). Sum of RGB (Red+Green+Blue) = 197+89+136=422 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.68% from 422); Green value is 89 (35.16% from 255 or 21.09% from 422); Blue value is 136 (53.52% from 255 or 32.23% from 422); Max value from RGB is 197 - color contains mainly: red. Hex color #C55988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55988 is #3AA677. Grayscale: #7E7E7E. Windows color (decimal): -3843704 or 8935877. OLE color: 8935877.

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

Color convert

RGB 197 89 136 -
CMYK 0 0.55 0.31 0.23
HSL 333.89º 0.48% 0.56% -
HSV(B) 333.89º 0.55% 0.77% -
XYZ 31.04 20.79 25.67 -
YUV 126.65 133.28 178.18 -
System Red Green Blue C M Y K H S L
Decimal 197 89 136 0 0.55 0.31 0.23 333.89 0.48 0.56
Hex C5 59 88 0 37 1F 17 14E 30 38
Octal 305 131 210 0 67 37 27 516 60 70
Binary 11000101 1011001 10001000 0 110111 11111 10111 101001110 110000 111000

Color Harmonies of #C55988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55988

Black with #C55988

Text Example


Text Example

White with #C55988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55988; }

 p { color: rgb(197,89,136); }

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

background-color css

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

 a { background-color: rgb(197,89,136); }

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

border-color css

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

 span { border-color: rgb(197,89,136); }

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