Html Css Color HEX #C54586 Mulberry

📋 copy color: '#C54586'

red 197 ◦ green 69 ◦ blue 134

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

Shades of Mulberry #C54586

Tints of Mulberry #C54586

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.25%

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

R = 49.25%
G = 17.25%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C54586 (or 0xC54586) is known color: Mulberry. HEX triplet: C5, 45 and 86. RGB value is (197,69,134). Sum of RGB (Red+Green+Blue) = 197+69+134=400 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.25% from 400); Green value is 69 (27.34% from 255 or 17.25% from 400); Blue value is 134 (52.73% from 255 or 33.5% from 400); Max value from RGB is 197 - color contains mainly: red. Hex color #C54586 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54586 is #3ABA79. Grayscale: #727272. Windows color (decimal): -3848826 or 8799685. OLE color: 8799685.

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

Color convert

RGB 197 69 134 -
CMYK 0 0.65 0.32 0.23
HSL 329.53º 0.52% 0.52% -
HSV(B) 329.53º 0.65% 0.77% -
XYZ 29.46 17.85 24.45 -
YUV 114.68 138.91 186.71 -
System Red Green Blue C M Y K H S L
Decimal 197 69 134 0 0.65 0.32 0.23 329.53 0.52 0.52
Hex C5 45 86 0 41 20 17 14A 34 34
Octal 305 105 206 0 101 40 27 512 64 64
Binary 11000101 1000101 10000110 0 1000001 100000 10111 101001010 110100 110100

Color Harmonies of #C54586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54586

Black with #C54586

Text Example


Text Example

White with #C54586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54586; }

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

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

background-color css

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

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

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

border-color css

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

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

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