Html Css Color HEX #C55A86 Mulberry

📋 copy color: '#C55A86'

red 197 ◦ green 90 ◦ blue 134

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

Shades of Mulberry #C55A86

Tints of Mulberry #C55A86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 31.83%

R = 46.79%
G = 21.38%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C55A86 (or 0xC55A86) is known color: Mulberry. HEX triplet: C5, 5A and 86. RGB value is (197,90,134). Sum of RGB (Red+Green+Blue) = 197+90+134=421 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.79% from 421); Green value is 90 (35.55% from 255 or 21.38% from 421); Blue value is 134 (52.73% from 255 or 31.83% from 421); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55A86 is #3AA579. Grayscale: #7E7E7E. Windows color (decimal): -3843450 or 8805061. OLE color: 8805061.

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

Color convert

RGB 197 90 134 -
CMYK 0 0.54 0.32 0.23
HSL 335.33º 0.48% 0.56% -
HSV(B) 335.33º 0.54% 0.77% -
XYZ 30.99 20.9 24.96 -
YUV 127.01 131.95 177.92 -
System Red Green Blue C M Y K H S L
Decimal 197 90 134 0 0.54 0.32 0.23 335.33 0.48 0.56
Hex C5 5A 86 0 36 20 17 14F 30 38
Octal 305 132 206 0 66 40 27 517 60 70
Binary 11000101 1011010 10000110 0 110110 100000 10111 101001111 110000 111000

Color Harmonies of #C55A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55A86

Black with #C55A86

Text Example


Text Example

White with #C55A86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55A86; }

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

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

background-color css

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

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

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

border-color css

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

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

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