Html Css Color HEX #C15180 Mulberry

📋 copy color: '#C15180'

red 193 ◦ green 81 ◦ blue 128

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

Shades of Mulberry #C15180

Tints of Mulberry #C15180

RGB

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

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

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

R = 48.01%
G = 20.15%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C15180 (or 0xC15180) is known color: Mulberry. HEX triplet: C1, 51 and 80. RGB value is (193,81,128). Sum of RGB (Red+Green+Blue) = 193+81+128=402 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.01% from 402); Green value is 81 (32.03% from 255 or 20.15% from 402); Blue value is 128 (50.39% from 255 or 31.84% from 402); Max value from RGB is 193 - color contains mainly: red. Hex color #C15180 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15180 is #3EAE7F. Grayscale: #777777. Windows color (decimal): -4107904 or 8409537. OLE color: 8409537.

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

Color convert

RGB 193 81 128 -
CMYK 0 0.58 0.34 0.24
HSL 334.82º 0.47% 0.54% -
HSV(B) 334.82º 0.58% 0.76% -
XYZ 28.83 18.78 22.53 -
YUV 119.85 132.61 180.18 -
System Red Green Blue C M Y K H S L
Decimal 193 81 128 0 0.58 0.34 0.24 334.82 0.47 0.54
Hex C1 51 80 0 3A 22 18 14F 2F 36
Octal 301 121 200 0 72 42 30 517 57 66
Binary 11000001 1010001 10000000 0 111010 100010 11000 101001111 101111 110110

Color Harmonies of #C15180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15180

Black with #C15180

Text Example


Text Example

White with #C15180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15180; }

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

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

background-color css

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

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

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

border-color css

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

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

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