Html Css Color HEX #C1518B Mulberry

📋 copy color: '#C1518B'

red 193 ◦ green 81 ◦ blue 139

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

Shades of Mulberry #C1518B

Tints of Mulberry #C1518B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.61%

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

R = 46.73%
G = 19.61%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C1518B (or 0xC1518B) is known color: Mulberry. HEX triplet: C1, 51 and 8B. RGB value is (193,81,139). Sum of RGB (Red+Green+Blue) = 193+81+139=413 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.73% from 413); Green value is 81 (32.03% from 255 or 19.61% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 193 - color contains mainly: red. Hex color #C1518B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1518B is #3EAE74. Grayscale: #787878. Windows color (decimal): -4107893 or 9130433. OLE color: 9130433.

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

Color convert

RGB 193 81 139 -
CMYK 0 0.58 0.28 0.24
HSL 328.93º 0.47% 0.54% -
HSV(B) 328.93º 0.58% 0.76% -
XYZ 29.59 19.09 26.55 -
YUV 121.1 138.11 179.28 -
System Red Green Blue C M Y K H S L
Decimal 193 81 139 0 0.58 0.28 0.24 328.93 0.47 0.54
Hex C1 51 8B 0 3A 1C 18 149 2F 36
Octal 301 121 213 0 72 34 30 511 57 66
Binary 11000001 1010001 10001011 0 111010 11100 11000 101001001 101111 110110

Color Harmonies of #C1518B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1518B

Black with #C1518B

Text Example


Text Example

White with #C1518B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1518B; }

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

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

background-color css

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

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

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

border-color css

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

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

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