Html Css Color HEX #C55B88 Mulberry

📋 copy color: '#C55B88'

red 197 ◦ green 91 ◦ blue 136

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

Shades of Mulberry #C55B88

Tints of Mulberry #C55B88

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.46%

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

R = 46.46%
G = 21.46%
B = 32.08%

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

#C55B88 (or 0xC55B88) is known color: Mulberry. HEX triplet: C5, 5B and 88. RGB value is (197,91,136). Sum of RGB (Red+Green+Blue) = 197+91+136=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 91 (35.94% from 255 or 21.46% from 424); Blue value is 136 (53.52% from 255 or 32.08% from 424); Max value from RGB is 197 - color contains mainly: red. Hex color #C55B88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55B88 is #3AA477. Grayscale: #7F7F7F. Windows color (decimal): -3843192 or 8936389. OLE color: 8936389.

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

Color convert

RGB 197 91 136 -
CMYK 0 0.54 0.31 0.23
HSL 334.53º 0.48% 0.56% -
HSV(B) 334.53º 0.54% 0.77% -
XYZ 31.21 21.13 25.73 -
YUV 127.82 132.62 177.34 -
System Red Green Blue C M Y K H S L
Decimal 197 91 136 0 0.54 0.31 0.23 334.53 0.48 0.56
Hex C5 5B 88 0 36 1F 17 14F 30 38
Octal 305 133 210 0 66 37 27 517 60 70
Binary 11000101 1011011 10001000 0 110110 11111 10111 101001111 110000 111000

Color Harmonies of #C55B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55B88

Black with #C55B88

Text Example


Text Example

White with #C55B88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55B88; }

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

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

background-color css

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

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

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

border-color css

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

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

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