Html Css Color HEX #C1548B Mulberry

📋 copy color: '#C1548B'

red 193 ◦ green 84 ◦ blue 139

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

Shades of Mulberry #C1548B

Tints of Mulberry #C1548B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.41%

R = 46.39%
G = 20.19%
B = 33.41%

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

#C1548B (or 0xC1548B) is known color: Mulberry. HEX triplet: C1, 54 and 8B. RGB value is (193,84,139). Sum of RGB (Red+Green+Blue) = 193+84+139=416 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.39% from 416); Green value is 84 (33.20% from 255 or 20.19% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 193 - color contains mainly: red. Hex color #C1548B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1548B is #3EAB74. Grayscale: #7A7A7A. Windows color (decimal): -4107125 or 9131201. OLE color: 9131201.

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

Color convert

RGB 193 84 139 -
CMYK 0 0.56 0.28 0.24
HSL 329.72º 0.47% 0.54% -
HSV(B) 329.72º 0.56% 0.76% -
XYZ 29.82 19.54 26.63 -
YUV 122.86 137.11 178.03 -
System Red Green Blue C M Y K H S L
Decimal 193 84 139 0 0.56 0.28 0.24 329.72 0.47 0.54
Hex C1 54 8B 0 38 1C 18 14A 2F 36
Octal 301 124 213 0 70 34 30 512 57 66
Binary 11000001 1010100 10001011 0 111000 11100 11000 101001010 101111 110110

Color Harmonies of #C1548B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1548B

Black with #C1548B

Text Example


Text Example

White with #C1548B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1548B; }

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

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

background-color css

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

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

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

border-color css

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

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

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