Html Css Color HEX #C1548A Mulberry

📋 copy color: '#C1548A'

red 193 ◦ green 84 ◦ blue 138

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

Shades of Mulberry #C1548A

Tints of Mulberry #C1548A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.25%

R = 46.51%
G = 20.24%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C1548A (or 0xC1548A) is known color: Mulberry. HEX triplet: C1, 54 and 8A. RGB value is (193,84,138). Sum of RGB (Red+Green+Blue) = 193+84+138=415 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.51% from 415); Green value is 84 (33.20% from 255 or 20.24% from 415); Blue value is 138 (54.30% from 255 or 33.25% from 415); Max value from RGB is 193 - color contains mainly: red. Hex color #C1548A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1548A is #3EAB75. Grayscale: #7A7A7A. Windows color (decimal): -4107126 or 9065665. OLE color: 9065665.

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

Color convert

RGB 193 84 138 -
CMYK 0 0.56 0.28 0.24
HSL 330.28º 0.47% 0.54% -
HSV(B) 330.28º 0.56% 0.76% -
XYZ 29.75 19.51 26.24 -
YUV 122.75 136.61 178.11 -
System Red Green Blue C M Y K H S L
Decimal 193 84 138 0 0.56 0.28 0.24 330.28 0.47 0.54
Hex C1 54 8A 0 38 1C 18 14A 2F 36
Octal 301 124 212 0 70 34 30 512 57 66
Binary 11000001 1010100 10001010 0 111000 11100 11000 101001010 101111 110110

Color Harmonies of #C1548A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1548A

Black with #C1548A

Text Example


Text Example

White with #C1548A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1548A; }

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

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

background-color css

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

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

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

border-color css

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

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

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