Html Css Color HEX #C1548C Mulberry

📋 copy color: '#C1548C'

red 193 ◦ green 84 ◦ blue 140

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

Shades of Mulberry #C1548C

Tints of Mulberry #C1548C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.57%

R = 46.28%
G = 20.14%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C1548C (or 0xC1548C) is known color: Mulberry. HEX triplet: C1, 54 and 8C. RGB value is (193,84,140). Sum of RGB (Red+Green+Blue) = 193+84+140=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 84 (33.20% from 255 or 20.14% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 193 - color contains mainly: red. Hex color #C1548C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1548C is #3EAB73. Grayscale: #7A7A7A. Windows color (decimal): -4107124 or 9196737. OLE color: 9196737.

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

Color convert

RGB 193 84 140 -
CMYK 0 0.56 0.27 0.24
HSL 329.17º 0.47% 0.54% -
HSV(B) 329.17º 0.56% 0.76% -
XYZ 29.9 19.57 27.01 -
YUV 122.98 137.61 177.95 -
System Red Green Blue C M Y K H S L
Decimal 193 84 140 0 0.56 0.27 0.24 329.17 0.47 0.54
Hex C1 54 8C 0 38 1B 18 149 2F 36
Octal 301 124 214 0 70 33 30 511 57 66
Binary 11000001 1010100 10001100 0 111000 11011 11000 101001001 101111 110110

Color Harmonies of #C1548C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1548C

Black with #C1548C

Text Example


Text Example

White with #C1548C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1548C; }

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

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

background-color css

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

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

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

border-color css

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

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

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