Html Css Color HEX #C15480 Mulberry

📋 copy color: '#C15480'

red 193 ◦ green 84 ◦ blue 128

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

Shades of Mulberry #C15480

Tints of Mulberry #C15480

RGB

 RED value IS 193 (75.78% from 255) = 47.65%

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

 BLUE value IS 128 (50.39% from 255) = 31.6%

R = 47.65%
G = 20.74%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C15480 (or 0xC15480) is known color: Mulberry. HEX triplet: C1, 54 and 80. RGB value is (193,84,128). Sum of RGB (Red+Green+Blue) = 193+84+128=405 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.65% from 405); Green value is 84 (33.20% from 255 or 20.74% from 405); Blue value is 128 (50.39% from 255 or 31.60% from 405); Max value from RGB is 193 - color contains mainly: red. Hex color #C15480 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15480 is #3EAB7F. Grayscale: #797979. Windows color (decimal): -4107136 or 8410305. OLE color: 8410305.

HSL color Cylindrical-coordinate representation of color #C15480: hue angle of 335.78º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C15480 is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 84 128 -
CMYK 0 0.56 0.34 0.24
HSL 335.78º 0.47% 0.54% -
HSV(B) 335.78º 0.56% 0.76% -
XYZ 29.06 19.24 22.6 -
YUV 121.61 131.61 178.92 -
System Red Green Blue C M Y K H S L
Decimal 193 84 128 0 0.56 0.34 0.24 335.78 0.47 0.54
Hex C1 54 80 0 38 22 18 150 2F 36
Octal 301 124 200 0 70 42 30 520 57 66
Binary 11000001 1010100 10000000 0 111000 100010 11000 101010000 101111 110110

Color Harmonies of #C15480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15480

Black with #C15480

Text Example


Text Example

White with #C15480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15480; }

 p { color: rgb(193,84,128); }

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

background-color css

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

 a { background-color: rgb(193,84,128); }

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

border-color css

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

 span { border-color: rgb(193,84,128); }

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