Html Css Color HEX #C15291 Mulberry

📋 copy color: '#C15291'

red 193 ◦ green 82 ◦ blue 145

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

Shades of Mulberry #C15291

Tints of Mulberry #C15291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 34.52%

R = 45.95%
G = 19.52%
B = 34.52%

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

#C15291 (or 0xC15291) is known color: Mulberry. HEX triplet: C1, 52 and 91. RGB value is (193,82,145). Sum of RGB (Red+Green+Blue) = 193+82+145=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 82 (32.42% from 255 or 19.52% from 420); Blue value is 145 (57.03% from 255 or 34.52% from 420); Max value from RGB is 193 - color contains mainly: red. Hex color #C15291 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15291 is #3EAD6E. Grayscale: #7A7A7A. Windows color (decimal): -4107631 or 9523905. OLE color: 9523905.

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

Color convert

RGB 193 82 145 -
CMYK 0 0.58 0.25 0.24
HSL 325.95º 0.47% 0.54% -
HSV(B) 325.95º 0.58% 0.76% -
XYZ 30.12 19.42 28.95 -
YUV 122.37 140.77 178.38 -
System Red Green Blue C M Y K H S L
Decimal 193 82 145 0 0.58 0.25 0.24 325.95 0.47 0.54
Hex C1 52 91 0 3A 19 18 146 2F 36
Octal 301 122 221 0 72 31 30 506 57 66
Binary 11000001 1010010 10010001 0 111010 11001 11000 101000110 101111 110110

Color Harmonies of #C15291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15291

Black with #C15291

Text Example


Text Example

White with #C15291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15291; }

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

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

background-color css

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

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

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

border-color css

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

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

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