Html Css Color HEX #C0518A Mulberry

📋 copy color: '#C0518A'

red 192 ◦ green 81 ◦ blue 138

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

Shades of Mulberry #C0518A

Tints of Mulberry #C0518A

RGB

 RED value IS 192 (75.39% from 255) = 46.72%

 GREEN value IS 81 (32.03% from 255) = 19.71%

 BLUE value IS 138 (54.3% from 255) = 33.58%

R = 46.72%
G = 19.71%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#C0518A (or 0xC0518A) is known color: Mulberry. HEX triplet: C0, 51 and 8A. RGB value is (192,81,138). Sum of RGB (Red+Green+Blue) = 192+81+138=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 81 (32.03% from 255 or 19.71% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C0518A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0518A is #3FAE75. Grayscale: #787878. Windows color (decimal): -4173430 or 9064896. OLE color: 9064896.

HSL color Cylindrical-coordinate representation of color #C0518A: hue angle of 329.19º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C0518A is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 81 138 -
CMYK 0 0.58 0.28 0.25
HSL 329.19º 0.47% 0.54% -
HSV(B) 329.19º 0.58% 0.75% -
XYZ 29.27 18.93 26.16 -
YUV 120.69 137.77 178.87 -
System Red Green Blue C M Y K H S L
Decimal 192 81 138 0 0.58 0.28 0.25 329.19 0.47 0.54
Hex C0 51 8A 0 3A 1C 19 149 2F 36
Octal 300 121 212 0 72 34 31 511 57 66
Binary 11000000 1010001 10001010 0 111010 11100 11001 101001001 101111 110110

Color Harmonies of #C0518A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0518A

Black with #C0518A

Text Example


Text Example

White with #C0518A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0518A; }

 p { color: rgb(192,81,138); }

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

background-color css

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

 a { background-color: rgb(192,81,138); }

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

border-color css

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

 span { border-color: rgb(192,81,138); }

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