Html Css Color HEX #C15686 Mulberry

📋 copy color: '#C15686'

red 193 ◦ green 86 ◦ blue 134

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

Shades of Mulberry #C15686

Tints of Mulberry #C15686

RGB

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

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

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

R = 46.73%
G = 20.82%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C15686 (or 0xC15686) is known color: Mulberry. HEX triplet: C1, 56 and 86. RGB value is (193,86,134). Sum of RGB (Red+Green+Blue) = 193+86+134=413 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.73% from 413); Green value is 86 (33.98% from 255 or 20.82% from 413); Blue value is 134 (52.73% from 255 or 32.45% from 413); Max value from RGB is 193 - color contains mainly: red. Hex color #C15686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15686 is #3EA979. Grayscale: #7B7B7B. Windows color (decimal): -4106618 or 8804033. OLE color: 8804033.

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

Color convert

RGB 193 86 134 -
CMYK 0 0.55 0.31 0.24
HSL 333.08º 0.46% 0.55% -
HSV(B) 333.08º 0.55% 0.76% -
XYZ 29.62 19.71 24.8 -
YUV 123.47 133.95 177.6 -
System Red Green Blue C M Y K H S L
Decimal 193 86 134 0 0.55 0.31 0.24 333.08 0.46 0.55
Hex C1 56 86 0 37 1F 18 14D 2E 37
Octal 301 126 206 0 67 37 30 515 56 67
Binary 11000001 1010110 10000110 0 110111 11111 11000 101001101 101110 110111

Color Harmonies of #C15686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15686

Black with #C15686

Text Example


Text Example

White with #C15686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15686; }

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

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

background-color css

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

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

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

border-color css

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

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

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