Html Css Color HEX #C15A86 Mulberry

📋 copy color: '#C15A86'

red 193 ◦ green 90 ◦ blue 134

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

Shades of Mulberry #C15A86

Tints of Mulberry #C15A86

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.58%

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

R = 46.28%
G = 21.58%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C15A86 (or 0xC15A86) is known color: Mulberry. HEX triplet: C1, 5A and 86. RGB value is (193,90,134). Sum of RGB (Red+Green+Blue) = 193+90+134=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 90 (35.55% from 255 or 21.58% from 417); Blue value is 134 (52.73% from 255 or 32.13% from 417); Max value from RGB is 193 - color contains mainly: red. Hex color #C15A86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15A86 is #3EA579. Grayscale: #7D7D7D. Windows color (decimal): -4105594 or 8805057. OLE color: 8805057.

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

Color convert

RGB 193 90 134 -
CMYK 0 0.53 0.31 0.24
HSL 334.37º 0.45% 0.55% -
HSV(B) 334.37º 0.53% 0.76% -
XYZ 29.95 20.37 24.91 -
YUV 125.81 132.62 175.92 -
System Red Green Blue C M Y K H S L
Decimal 193 90 134 0 0.53 0.31 0.24 334.37 0.45 0.55
Hex C1 5A 86 0 35 1F 18 14E 2D 37
Octal 301 132 206 0 65 37 30 516 55 67
Binary 11000001 1011010 10000110 0 110101 11111 11000 101001110 101101 110111

Color Harmonies of #C15A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15A86

Black with #C15A86

Text Example


Text Example

White with #C15A86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15A86; }

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

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

background-color css

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

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

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

border-color css

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

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

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