Html Css Color HEX #C15486 Mulberry

📋 copy color: '#C15486'

red 193 ◦ green 84 ◦ blue 134

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

Shades of Mulberry #C15486

Tints of Mulberry #C15486

RGB

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

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

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

R = 46.96%
G = 20.44%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C15486 (or 0xC15486) is known color: Mulberry. HEX triplet: C1, 54 and 86. RGB value is (193,84,134). Sum of RGB (Red+Green+Blue) = 193+84+134=411 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.96% from 411); Green value is 84 (33.20% from 255 or 20.44% from 411); Blue value is 134 (52.73% from 255 or 32.60% from 411); Max value from RGB is 193 - color contains mainly: red. Hex color #C15486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15486 is #3EAB79. Grayscale: #7A7A7A. Windows color (decimal): -4107130 or 8803521. OLE color: 8803521.

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

Color convert

RGB 193 84 134 -
CMYK 0 0.56 0.31 0.24
HSL 332.48º 0.47% 0.54% -
HSV(B) 332.48º 0.56% 0.76% -
XYZ 29.47 19.4 24.75 -
YUV 122.29 134.61 178.43 -
System Red Green Blue C M Y K H S L
Decimal 193 84 134 0 0.56 0.31 0.24 332.48 0.47 0.54
Hex C1 54 86 0 38 1F 18 14C 2F 36
Octal 301 124 206 0 70 37 30 514 57 66
Binary 11000001 1010100 10000110 0 111000 11111 11000 101001100 101111 110110

Color Harmonies of #C15486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15486

Black with #C15486

Text Example


Text Example

White with #C15486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15486; }

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

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

background-color css

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

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

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

border-color css

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

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

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