Html Css Color HEX #C55B8E Mulberry

📋 copy color: '#C55B8E'

red 197 ◦ green 91 ◦ blue 142

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

Shades of Mulberry #C55B8E

Tints of Mulberry #C55B8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.02%

R = 45.81%
G = 21.16%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C55B8E (or 0xC55B8E) is known color: Mulberry. HEX triplet: C5, 5B and 8E. RGB value is (197,91,142). Sum of RGB (Red+Green+Blue) = 197+91+142=430 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.81% from 430); Green value is 91 (35.94% from 255 or 21.16% from 430); Blue value is 142 (55.86% from 255 or 33.02% from 430); Max value from RGB is 197 - color contains mainly: red. Hex color #C55B8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55B8E is #3AA471. Grayscale: #808080. Windows color (decimal): -3843186 or 9329605. OLE color: 9329605.

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

Color convert

RGB 197 91 142 -
CMYK 0 0.54 0.28 0.23
HSL 331.13º 0.48% 0.56% -
HSV(B) 331.13º 0.54% 0.77% -
XYZ 31.65 21.31 28.04 -
YUV 128.51 135.62 176.85 -
System Red Green Blue C M Y K H S L
Decimal 197 91 142 0 0.54 0.28 0.23 331.13 0.48 0.56
Hex C5 5B 8E 0 36 1C 17 14B 30 38
Octal 305 133 216 0 66 34 27 513 60 70
Binary 11000101 1011011 10001110 0 110110 11100 10111 101001011 110000 111000

Color Harmonies of #C55B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55B8E

Black with #C55B8E

Text Example


Text Example

White with #C55B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55B8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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