Html Css Color HEX #C05580 Mulberry

📋 copy color: '#C05580'

red 192 ◦ green 85 ◦ blue 128

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

Shades of Mulberry #C05580

Tints of Mulberry #C05580

RGB

 RED value IS 192 (75.39% from 255) = 47.41%

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

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

R = 47.41%
G = 20.99%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#C05580 (or 0xC05580) is known color: Mulberry. HEX triplet: C0, 55 and 80. RGB value is (192,85,128). Sum of RGB (Red+Green+Blue) = 192+85+128=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 85 (33.59% from 255 or 20.99% from 405); Blue value is 128 (50.39% from 255 or 31.60% from 405); Max value from RGB is 192 - color contains mainly: red. Hex color #C05580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05580 is #3FAA7F. Grayscale: #797979. Windows color (decimal): -4172416 or 8410560. OLE color: 8410560.

HSL color Cylindrical-coordinate representation of color #C05580: hue angle of 335.89º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C05580 is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 85 128 -
CMYK 0 0.56 0.33 0.25
HSL 335.89º 0.46% 0.54% -
HSV(B) 335.89º 0.56% 0.75% -
XYZ 28.88 19.26 22.62 -
YUV 121.9 131.45 178 -
System Red Green Blue C M Y K H S L
Decimal 192 85 128 0 0.56 0.33 0.25 335.89 0.46 0.54
Hex C0 55 80 0 38 21 19 150 2E 36
Octal 300 125 200 0 70 41 31 520 56 66
Binary 11000000 1010101 10000000 0 111000 100001 11001 101010000 101110 110110

Color Harmonies of #C05580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05580

Black with #C05580

Text Example


Text Example

White with #C05580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05580; }

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

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

background-color css

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

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

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

border-color css

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

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

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