Html Css Color HEX #C15BA0 Mulberry

📋 copy color: '#C15BA0'

red 193 ◦ green 91 ◦ blue 160

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

Shades of Mulberry #C15BA0

Tints of Mulberry #C15BA0

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.5%

 BLUE value IS 160 (62.89% from 255) = 36.04%

R = 43.47%
G = 20.5%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#C15BA0 (or 0xC15BA0) is known color: Mulberry. HEX triplet: C1, 5B and A0. RGB value is (193,91,160). Sum of RGB (Red+Green+Blue) = 193+91+160=444 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.47% from 444); Green value is 91 (35.94% from 255 or 20.50% from 444); Blue value is 160 (62.89% from 255 or 36.04% from 444); Max value from RGB is 193 - color contains mainly: red. Hex color #C15BA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15BA0 is #3EA45F. Grayscale: #818181. Windows color (decimal): -4105312 or 10509249. OLE color: 10509249.

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

Color convert

RGB 193 91 160 -
CMYK 0 0.53 0.17 0.24
HSL 319.41º 0.45% 0.56% -
HSV(B) 319.41º 0.53% 0.76% -
XYZ 32.08 21.36 35.69 -
YUV 129.36 145.29 173.39 -
System Red Green Blue C M Y K H S L
Decimal 193 91 160 0 0.53 0.17 0.24 319.41 0.45 0.56
Hex C1 5B A0 0 35 11 18 13F 2D 38
Octal 301 133 240 0 65 21 30 477 55 70
Binary 11000001 1011011 10100000 0 110101 10001 11000 100111111 101101 111000

Color Harmonies of #C15BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15BA0

Black with #C15BA0

Text Example


Text Example

White with #C15BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15BA0; }

 p { color: rgb(193,91,160); }

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

background-color css

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

 a { background-color: rgb(193,91,160); }

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

border-color css

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

 span { border-color: rgb(193,91,160); }

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