Html Css Color HEX #C55486 Mulberry

📋 copy color: '#C55486'

red 197 ◦ green 84 ◦ blue 134

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

Shades of Mulberry #C55486

Tints of Mulberry #C55486

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.24%

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

R = 47.47%
G = 20.24%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C55486 (or 0xC55486) is known color: Mulberry. HEX triplet: C5, 54 and 86. RGB value is (197,84,134). Sum of RGB (Red+Green+Blue) = 197+84+134=415 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.47% from 415); Green value is 84 (33.20% from 255 or 20.24% from 415); Blue value is 134 (52.73% from 255 or 32.29% from 415); Max value from RGB is 197 - color contains mainly: red. Hex color #C55486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55486 is #3AAB79. Grayscale: #7B7B7B. Windows color (decimal): -3844986 or 8803525. OLE color: 8803525.

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

Color convert

RGB 197 84 134 -
CMYK 0 0.57 0.32 0.23
HSL 333.45º 0.49% 0.55% -
HSV(B) 333.45º 0.57% 0.77% -
XYZ 30.5 19.93 24.79 -
YUV 123.49 133.94 180.43 -
System Red Green Blue C M Y K H S L
Decimal 197 84 134 0 0.57 0.32 0.23 333.45 0.49 0.55
Hex C5 54 86 0 39 20 17 14D 31 37
Octal 305 124 206 0 71 40 27 515 61 67
Binary 11000101 1010100 10000110 0 111001 100000 10111 101001101 110001 110111

Color Harmonies of #C55486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55486

Black with #C55486

Text Example


Text Example

White with #C55486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55486; }

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

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

background-color css

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

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

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

border-color css

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

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

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