Html Css Color HEX #C15286 Mulberry

📋 copy color: '#C15286'

red 193 ◦ green 82 ◦ blue 134

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

Shades of Mulberry #C15286

Tints of Mulberry #C15286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 32.76%

R = 47.19%
G = 20.05%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C15286 (or 0xC15286) is known color: Mulberry. HEX triplet: C1, 52 and 86. RGB value is (193,82,134). Sum of RGB (Red+Green+Blue) = 193+82+134=409 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.19% from 409); Green value is 82 (32.42% from 255 or 20.05% from 409); Blue value is 134 (52.73% from 255 or 32.76% from 409); Max value from RGB is 193 - color contains mainly: red. Hex color #C15286 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15286 is #3EAD79. Grayscale: #797979. Windows color (decimal): -4107642 or 8803009. OLE color: 8803009.

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

Color convert

RGB 193 82 134 -
CMYK 0 0.58 0.31 0.24
HSL 331.89º 0.47% 0.54% -
HSV(B) 331.89º 0.58% 0.76% -
XYZ 29.31 19.09 24.69 -
YUV 121.12 135.27 179.27 -
System Red Green Blue C M Y K H S L
Decimal 193 82 134 0 0.58 0.31 0.24 331.89 0.47 0.54
Hex C1 52 86 0 3A 1F 18 14C 2F 36
Octal 301 122 206 0 72 37 30 514 57 66
Binary 11000001 1010010 10000110 0 111010 11111 11000 101001100 101111 110110

Color Harmonies of #C15286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15286

Black with #C15286

Text Example


Text Example

White with #C15286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15286; }

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

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

background-color css

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

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

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

border-color css

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

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

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