Html Css Color HEX #C15580 Mulberry

📋 copy color: '#C15580'

red 193 ◦ green 85 ◦ blue 128

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

Shades of Mulberry #C15580

Tints of Mulberry #C15580

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.94%

 BLUE value IS 128 (50.39% from 255) = 31.53%

R = 47.54%
G = 20.94%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C15580 (or 0xC15580) is known color: Mulberry. HEX triplet: C1, 55 and 80. RGB value is (193,85,128). Sum of RGB (Red+Green+Blue) = 193+85+128=406 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.54% from 406); Green value is 85 (33.59% from 255 or 20.94% from 406); Blue value is 128 (50.39% from 255 or 31.53% from 406); Max value from RGB is 193 - color contains mainly: red. Hex color #C15580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15580 is #3EAA7F. Grayscale: #7A7A7A. Windows color (decimal): -4106880 or 8410561. OLE color: 8410561.

HSL color Cylindrical-coordinate representation of color #C15580: hue angle of 336.11º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C15580 is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 85 128 -
CMYK 0 0.56 0.34 0.24
HSL 336.11º 0.47% 0.55% -
HSV(B) 336.11º 0.56% 0.76% -
XYZ 29.14 19.39 22.63 -
YUV 122.19 131.28 178.5 -
System Red Green Blue C M Y K H S L
Decimal 193 85 128 0 0.56 0.34 0.24 336.11 0.47 0.55
Hex C1 55 80 0 38 22 18 150 2F 37
Octal 301 125 200 0 70 42 30 520 57 67
Binary 11000001 1010101 10000000 0 111000 100010 11000 101010000 101111 110111

Color Harmonies of #C15580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15580

Black with #C15580

Text Example


Text Example

White with #C15580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15580; }

 p { color: rgb(193,85,128); }

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

background-color css

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

 a { background-color: rgb(193,85,128); }

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

border-color css

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

 span { border-color: rgb(193,85,128); }

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