Html Css Color HEX #C1549B Mulberry

📋 copy color: '#C1549B'

red 193 ◦ green 84 ◦ blue 155

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

Shades of Mulberry #C1549B

Tints of Mulberry #C1549B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.44%

 BLUE value IS 155 (60.94% from 255) = 35.88%

R = 44.68%
G = 19.44%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#C1549B (or 0xC1549B) is known color: Mulberry. HEX triplet: C1, 54 and 9B. RGB value is (193,84,155). Sum of RGB (Red+Green+Blue) = 193+84+155=432 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.68% from 432); Green value is 84 (33.20% from 255 or 19.44% from 432); Blue value is 155 (60.94% from 255 or 35.88% from 432); Max value from RGB is 193 - color contains mainly: red. Hex color #C1549B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1549B is #3EAB64. Grayscale: #7C7C7C. Windows color (decimal): -4107109 or 10179777. OLE color: 10179777.

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

Color convert

RGB 193 84 155 -
CMYK 0 0.56 0.20 0.24
HSL 320.92º 0.47% 0.54% -
HSV(B) 320.92º 0.56% 0.76% -
XYZ 31.08 20.04 33.24 -
YUV 124.69 145.11 176.73 -
System Red Green Blue C M Y K H S L
Decimal 193 84 155 0 0.56 0.20 0.24 320.92 0.47 0.54
Hex C1 54 9B 0 38 14 18 141 2F 36
Octal 301 124 233 0 70 24 30 501 57 66
Binary 11000001 1010100 10011011 0 111000 10100 11000 101000001 101111 110110

Color Harmonies of #C1549B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1549B

Black with #C1549B

Text Example


Text Example

White with #C1549B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1549B; }

 p { color: rgb(193,84,155); }

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

background-color css

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

 a { background-color: rgb(193,84,155); }

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

border-color css

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

 span { border-color: rgb(193,84,155); }

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