Html Css Color HEX #C15283 Mulberry

📋 copy color: '#C15283'

red 193 ◦ green 82 ◦ blue 131

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

Shades of Mulberry #C15283

Tints of Mulberry #C15283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 32.27%

R = 47.54%
G = 20.2%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C15283 (or 0xC15283) is known color: Mulberry. HEX triplet: C1, 52 and 83. RGB value is (193,82,131). Sum of RGB (Red+Green+Blue) = 193+82+131=406 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.54% from 406); Green value is 82 (32.42% from 255 or 20.20% from 406); Blue value is 131 (51.56% from 255 or 32.27% from 406); Max value from RGB is 193 - color contains mainly: red. Hex color #C15283 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15283 is #3EAD7C. Grayscale: #787878. Windows color (decimal): -4107645 or 8606401. OLE color: 8606401.

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

Color convert

RGB 193 82 131 -
CMYK 0 0.58 0.32 0.24
HSL 333.51º 0.47% 0.54% -
HSV(B) 333.51º 0.58% 0.76% -
XYZ 29.11 19.01 23.61 -
YUV 120.78 133.77 179.52 -
System Red Green Blue C M Y K H S L
Decimal 193 82 131 0 0.58 0.32 0.24 333.51 0.47 0.54
Hex C1 52 83 0 3A 20 18 14E 2F 36
Octal 301 122 203 0 72 40 30 516 57 66
Binary 11000001 1010010 10000011 0 111010 100000 11000 101001110 101111 110110

Color Harmonies of #C15283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15283

Black with #C15283

Text Example


Text Example

White with #C15283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15283; }

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

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

background-color css

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

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

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

border-color css

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

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

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