Html Css Color HEX #C15680 Mulberry

📋 copy color: '#C15680'

red 193 ◦ green 86 ◦ blue 128

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

Shades of Mulberry #C15680

Tints of Mulberry #C15680

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.13%

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

R = 47.42%
G = 21.13%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C15680 (or 0xC15680) is known color: Mulberry. HEX triplet: C1, 56 and 80. RGB value is (193,86,128). Sum of RGB (Red+Green+Blue) = 193+86+128=407 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.42% from 407); Green value is 86 (33.98% from 255 or 21.13% from 407); Blue value is 128 (50.39% from 255 or 31.45% from 407); Max value from RGB is 193 - color contains mainly: red. Hex color #C15680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15680 is #3EA97F. Grayscale: #7A7A7A. Windows color (decimal): -4106624 or 8410817. OLE color: 8410817.

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

Color convert

RGB 193 86 128 -
CMYK 0 0.55 0.34 0.24
HSL 336.45º 0.46% 0.55% -
HSV(B) 336.45º 0.55% 0.76% -
XYZ 29.22 19.55 22.66 -
YUV 122.78 130.95 178.08 -
System Red Green Blue C M Y K H S L
Decimal 193 86 128 0 0.55 0.34 0.24 336.45 0.46 0.55
Hex C1 56 80 0 37 22 18 150 2E 37
Octal 301 126 200 0 67 42 30 520 56 67
Binary 11000001 1010110 10000000 0 110111 100010 11000 101010000 101110 110111

Color Harmonies of #C15680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15680

Black with #C15680

Text Example


Text Example

White with #C15680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15680; }

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

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

background-color css

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

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

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

border-color css

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

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

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