Html Css Color HEX #C15D98 Mulberry

📋 copy color: '#C15D98'

red 193 ◦ green 93 ◦ blue 152

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

Shades of Mulberry #C15D98

Tints of Mulberry #C15D98

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.23%

 BLUE value IS 152 (59.77% from 255) = 34.7%

R = 44.06%
G = 21.23%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C15D98 (or 0xC15D98) is known color: Mulberry. HEX triplet: C1, 5D and 98. RGB value is (193,93,152). Sum of RGB (Red+Green+Blue) = 193+93+152=438 (58% of max value = 765). Red value is 193 (75.78% from 255 or 44.06% from 438); Green value is 93 (36.72% from 255 or 21.23% from 438); Blue value is 152 (59.77% from 255 or 34.70% from 438); Max value from RGB is 193 - color contains mainly: red. Hex color #C15D98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15D98 is #3EA267. Grayscale: #818181. Windows color (decimal): -4104808 or 9985473. OLE color: 9985473.

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

Color convert

RGB 193 93 152 -
CMYK 0 0.52 0.21 0.24
HSL 324.6º 0.45% 0.56% -
HSV(B) 324.6º 0.52% 0.76% -
XYZ 31.57 21.43 32.18 -
YUV 129.63 140.63 173.2 -
System Red Green Blue C M Y K H S L
Decimal 193 93 152 0 0.52 0.21 0.24 324.6 0.45 0.56
Hex C1 5D 98 0 34 15 18 145 2D 38
Octal 301 135 230 0 64 25 30 505 55 70
Binary 11000001 1011101 10011000 0 110100 10101 11000 101000101 101101 111000

Color Harmonies of #C15D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15D98

Black with #C15D98

Text Example


Text Example

White with #C15D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15D98; }

 p { color: rgb(193,93,152); }

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

background-color css

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

 a { background-color: rgb(193,93,152); }

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

border-color css

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

 span { border-color: rgb(193,93,152); }

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