Html Css Color HEX #C15593 Mulberry

📋 copy color: '#C15593'

red 193 ◦ green 85 ◦ blue 147

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

Shades of Mulberry #C15593

Tints of Mulberry #C15593

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20%

 BLUE value IS 147 (57.81% from 255) = 34.59%

R = 45.41%
G = 20%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C15593 (or 0xC15593) is known color: Mulberry. HEX triplet: C1, 55 and 93. RGB value is (193,85,147). Sum of RGB (Red+Green+Blue) = 193+85+147=425 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.41% from 425); Green value is 85 (33.59% from 255 or 20% from 425); Blue value is 147 (57.81% from 255 or 34.59% from 425); Max value from RGB is 193 - color contains mainly: red. Hex color #C15593 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15593 is #3EAA6C. Grayscale: #7C7C7C. Windows color (decimal): -4106861 or 9655745. OLE color: 9655745.

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

Color convert

RGB 193 85 147 -
CMYK 0 0.56 0.24 0.24
HSL 325.56º 0.47% 0.55% -
HSV(B) 325.56º 0.56% 0.76% -
XYZ 30.51 19.94 29.84 -
YUV 124.36 140.78 176.96 -
System Red Green Blue C M Y K H S L
Decimal 193 85 147 0 0.56 0.24 0.24 325.56 0.47 0.55
Hex C1 55 93 0 38 18 18 146 2F 37
Octal 301 125 223 0 70 30 30 506 57 67
Binary 11000001 1010101 10010011 0 111000 11000 11000 101000110 101111 110111

Color Harmonies of #C15593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15593

Black with #C15593

Text Example


Text Example

White with #C15593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15593; }

 p { color: rgb(193,85,147); }

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

background-color css

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

 a { background-color: rgb(193,85,147); }

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

border-color css

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

 span { border-color: rgb(193,85,147); }

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