Html Css Color HEX #C15A95 Mulberry

📋 copy color: '#C15A95'

red 193 ◦ green 90 ◦ blue 149

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

Shades of Mulberry #C15A95

Tints of Mulberry #C15A95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.49%

R = 44.68%
G = 20.83%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C15A95 (or 0xC15A95) is known color: Mulberry. HEX triplet: C1, 5A and 95. RGB value is (193,90,149). Sum of RGB (Red+Green+Blue) = 193+90+149=432 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.68% from 432); Green value is 90 (35.55% from 255 or 20.83% from 432); Blue value is 149 (58.59% from 255 or 34.49% from 432); Max value from RGB is 193 - color contains mainly: red. Hex color #C15A95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15A95 is #3EA56A. Grayscale: #7F7F7F. Windows color (decimal): -4105579 or 9788097. OLE color: 9788097.

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

Color convert

RGB 193 90 149 -
CMYK 0 0.53 0.23 0.24
HSL 325.63º 0.45% 0.55% -
HSV(B) 325.63º 0.53% 0.76% -
XYZ 31.07 20.82 30.81 -
YUV 127.52 140.12 174.7 -
System Red Green Blue C M Y K H S L
Decimal 193 90 149 0 0.53 0.23 0.24 325.63 0.45 0.55
Hex C1 5A 95 0 35 17 18 146 2D 37
Octal 301 132 225 0 65 27 30 506 55 67
Binary 11000001 1011010 10010101 0 110101 10111 11000 101000110 101101 110111

Color Harmonies of #C15A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15A95

Black with #C15A95

Text Example


Text Example

White with #C15A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15A95; }

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

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

background-color css

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

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

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

border-color css

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

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

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