Html Css Color HEX #C1549A Mulberry

📋 copy color: '#C1549A'

red 193 ◦ green 84 ◦ blue 154

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

Shades of Mulberry #C1549A

Tints of Mulberry #C1549A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.73%

R = 44.78%
G = 19.49%
B = 35.73%

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

#C1549A (or 0xC1549A) is known color: Mulberry. HEX triplet: C1, 54 and 9A. RGB value is (193,84,154). Sum of RGB (Red+Green+Blue) = 193+84+154=431 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.78% from 431); Green value is 84 (33.20% from 255 or 19.49% from 431); Blue value is 154 (60.55% from 255 or 35.73% from 431); Max value from RGB is 193 - color contains mainly: red. Hex color #C1549A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1549A is #3EAB65. Grayscale: #7C7C7C. Windows color (decimal): -4107110 or 10114241. OLE color: 10114241.

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

Color convert

RGB 193 84 154 -
CMYK 0 0.56 0.20 0.24
HSL 321.47º 0.47% 0.54% -
HSV(B) 321.47º 0.56% 0.76% -
XYZ 31 20.01 32.8 -
YUV 124.57 144.61 176.81 -
System Red Green Blue C M Y K H S L
Decimal 193 84 154 0 0.56 0.20 0.24 321.47 0.47 0.54
Hex C1 54 9A 0 38 14 18 141 2F 36
Octal 301 124 232 0 70 24 30 501 57 66
Binary 11000001 1010100 10011010 0 111000 10100 11000 101000001 101111 110110

Color Harmonies of #C1549A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1549A

Black with #C1549A

Text Example


Text Example

White with #C1549A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1549A; }

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

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

background-color css

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

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

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

border-color css

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

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

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