Html Css Color HEX #C15083 Mulberry

📋 copy color: '#C15083'

red 193 ◦ green 80 ◦ blue 131

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

Shades of Mulberry #C15083

Tints of Mulberry #C15083

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.8%

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

R = 47.77%
G = 19.8%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C15083 (or 0xC15083) is known color: Mulberry. HEX triplet: C1, 50 and 83. RGB value is (193,80,131). Sum of RGB (Red+Green+Blue) = 193+80+131=404 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.77% from 404); Green value is 80 (31.64% from 255 or 19.80% from 404); Blue value is 131 (51.56% from 255 or 32.43% from 404); Max value from RGB is 193 - color contains mainly: red. Hex color #C15083 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15083 is #3EAF7C. Grayscale: #777777. Windows color (decimal): -4108157 or 8605889. OLE color: 8605889.

HSL color Cylindrical-coordinate representation of color #C15083: hue angle of 332.92º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C15083 is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 80 131 -
CMYK 0 0.59 0.32 0.24
HSL 332.92º 0.48% 0.54% -
HSV(B) 332.92º 0.59% 0.76% -
XYZ 28.96 18.71 23.56 -
YUV 119.6 134.44 180.35 -
System Red Green Blue C M Y K H S L
Decimal 193 80 131 0 0.59 0.32 0.24 332.92 0.48 0.54
Hex C1 50 83 0 3B 20 18 14D 30 36
Octal 301 120 203 0 73 40 30 515 60 66
Binary 11000001 1010000 10000011 0 111011 100000 11000 101001101 110000 110110

Color Harmonies of #C15083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15083

Black with #C15083

Text Example


Text Example

White with #C15083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15083; }

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

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

background-color css

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

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

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

border-color css

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

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

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