Html Css Color HEX #C15186 Mulberry

📋 copy color: '#C15186'

red 193 ◦ green 81 ◦ blue 134

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

Shades of Mulberry #C15186

Tints of Mulberry #C15186

RGB

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

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

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

R = 47.3%
G = 19.85%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C15186 (or 0xC15186) is known color: Mulberry. HEX triplet: C1, 51 and 86. RGB value is (193,81,134). Sum of RGB (Red+Green+Blue) = 193+81+134=408 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.30% from 408); Green value is 81 (32.03% from 255 or 19.85% from 408); Blue value is 134 (52.73% from 255 or 32.84% from 408); Max value from RGB is 193 - color contains mainly: red. Hex color #C15186 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15186 is #3EAE79. Grayscale: #787878. Windows color (decimal): -4107898 or 8802753. OLE color: 8802753.

HSL color Cylindrical-coordinate representation of color #C15186: hue angle of 331.61º 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 #C15186 is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 81 134 -
CMYK 0 0.58 0.31 0.24
HSL 331.61º 0.47% 0.54% -
HSV(B) 331.61º 0.58% 0.76% -
XYZ 29.24 18.94 24.67 -
YUV 120.53 135.61 179.69 -
System Red Green Blue C M Y K H S L
Decimal 193 81 134 0 0.58 0.31 0.24 331.61 0.47 0.54
Hex C1 51 86 0 3A 1F 18 14C 2F 36
Octal 301 121 206 0 72 37 30 514 57 66
Binary 11000001 1010001 10000110 0 111010 11111 11000 101001100 101111 110110

Color Harmonies of #C15186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15186

Black with #C15186

Text Example


Text Example

White with #C15186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15186; }

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

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

background-color css

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

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

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

border-color css

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

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

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