Html Css Color HEX #C15193 Mulberry

📋 copy color: '#C15193'

red 193 ◦ green 81 ◦ blue 147

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

Shades of Mulberry #C15193

Tints of Mulberry #C15193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 34.92%

R = 45.84%
G = 19.24%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C15193 (or 0xC15193) is known color: Mulberry. HEX triplet: C1, 51 and 93. RGB value is (193,81,147). Sum of RGB (Red+Green+Blue) = 193+81+147=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 81 (32.03% from 255 or 19.24% from 421); Blue value is 147 (57.81% from 255 or 34.92% from 421); Max value from RGB is 193 - color contains mainly: red. Hex color #C15193 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15193 is #3EAE6C. Grayscale: #797979. Windows color (decimal): -4107885 or 9654721. OLE color: 9654721.

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

Color convert

RGB 193 81 147 -
CMYK 0 0.58 0.24 0.24
HSL 324.64º 0.47% 0.54% -
HSV(B) 324.64º 0.58% 0.76% -
XYZ 30.2 19.33 29.74 -
YUV 122.01 142.11 178.63 -
System Red Green Blue C M Y K H S L
Decimal 193 81 147 0 0.58 0.24 0.24 324.64 0.47 0.54
Hex C1 51 93 0 3A 18 18 145 2F 36
Octal 301 121 223 0 72 30 30 505 57 66
Binary 11000001 1010001 10010011 0 111010 11000 11000 101000101 101111 110110

Color Harmonies of #C15193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15193

Black with #C15193

Text Example


Text Example

White with #C15193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15193; }

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

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

background-color css

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

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

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

border-color css

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

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

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