Html Css Color HEX #C15594 Mulberry

📋 copy color: '#C15594'

red 193 ◦ green 85 ◦ blue 148

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

Shades of Mulberry #C15594

Tints of Mulberry #C15594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 34.74%

R = 45.31%
G = 19.95%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C15594 (or 0xC15594) is known color: Mulberry. HEX triplet: C1, 55 and 94. RGB value is (193,85,148). Sum of RGB (Red+Green+Blue) = 193+85+148=426 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.31% from 426); Green value is 85 (33.59% from 255 or 19.95% from 426); Blue value is 148 (58.20% from 255 or 34.74% from 426); Max value from RGB is 193 - color contains mainly: red. Hex color #C15594 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15594 is #3EAA6B. Grayscale: #7C7C7C. Windows color (decimal): -4106860 or 9721281. OLE color: 9721281.

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

Color convert

RGB 193 85 148 -
CMYK 0 0.56 0.23 0.24
HSL 325º 0.47% 0.55% -
HSV(B) 325º 0.56% 0.76% -
XYZ 30.59 19.97 30.26 -
YUV 124.47 141.28 176.88 -
System Red Green Blue C M Y K H S L
Decimal 193 85 148 0 0.56 0.23 0.24 325 0.47 0.55
Hex C1 55 94 0 38 17 18 145 2F 37
Octal 301 125 224 0 70 27 30 505 57 67
Binary 11000001 1010101 10010100 0 111000 10111 11000 101000101 101111 110111

Color Harmonies of #C15594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15594

Black with #C15594

Text Example


Text Example

White with #C15594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15594; }

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

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

background-color css

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

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

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

border-color css

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

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

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