Html Css Color HEX #C15BA5 Mulberry

📋 copy color: '#C15BA5'

red 193 ◦ green 91 ◦ blue 165

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

Shades of Mulberry #C15BA5

Tints of Mulberry #C15BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 36.75%

R = 42.98%
G = 20.27%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C15BA5 (or 0xC15BA5) is known color: Mulberry. HEX triplet: C1, 5B and A5. RGB value is (193,91,165). Sum of RGB (Red+Green+Blue) = 193+91+165=449 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.98% from 449); Green value is 91 (35.94% from 255 or 20.27% from 449); Blue value is 165 (64.84% from 255 or 36.75% from 449); Max value from RGB is 193 - color contains mainly: red. Hex color #C15BA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15BA5 is #3EA45A. Grayscale: #818181. Windows color (decimal): -4105307 or 10836929. OLE color: 10836929.

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

Color convert

RGB 193 91 165 -
CMYK 0 0.53 0.15 0.24
HSL 316.47º 0.45% 0.56% -
HSV(B) 316.47º 0.53% 0.76% -
XYZ 32.52 21.54 38.04 -
YUV 129.93 147.79 172.98 -
System Red Green Blue C M Y K H S L
Decimal 193 91 165 0 0.53 0.15 0.24 316.47 0.45 0.56
Hex C1 5B A5 0 35 F 18 13C 2D 38
Octal 301 133 245 0 65 17 30 474 55 70
Binary 11000001 1011011 10100101 0 110101 1111 11000 100111100 101101 111000

Color Harmonies of #C15BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15BA5

Black with #C15BA5

Text Example


Text Example

White with #C15BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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