Html Css Color HEX #C15290 Mulberry

📋 copy color: '#C15290'

red 193 ◦ green 82 ◦ blue 144

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

Shades of Mulberry #C15290

Tints of Mulberry #C15290

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.57%

 BLUE value IS 144 (56.64% from 255) = 34.37%

R = 46.06%
G = 19.57%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C15290 (or 0xC15290) is known color: Mulberry. HEX triplet: C1, 52 and 90. RGB value is (193,82,144). Sum of RGB (Red+Green+Blue) = 193+82+144=419 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.06% from 419); Green value is 82 (32.42% from 255 or 19.57% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 193 - color contains mainly: red. Hex color #C15290 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15290 is #3EAD6F. Grayscale: #7A7A7A. Windows color (decimal): -4107632 or 9458369. OLE color: 9458369.

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

Color convert

RGB 193 82 144 -
CMYK 0 0.58 0.25 0.24
HSL 326.49º 0.47% 0.54% -
HSV(B) 326.49º 0.58% 0.76% -
XYZ 30.04 19.39 28.54 -
YUV 122.26 140.27 178.46 -
System Red Green Blue C M Y K H S L
Decimal 193 82 144 0 0.58 0.25 0.24 326.49 0.47 0.54
Hex C1 52 90 0 3A 19 18 146 2F 36
Octal 301 122 220 0 72 31 30 506 57 66
Binary 11000001 1010010 10010000 0 111010 11001 11000 101000110 101111 110110

Color Harmonies of #C15290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15290

Black with #C15290

Text Example


Text Example

White with #C15290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15290; }

 p { color: rgb(193,82,144); }

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

background-color css

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

 a { background-color: rgb(193,82,144); }

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

border-color css

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

 span { border-color: rgb(193,82,144); }

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