Html Css Color HEX #C55080 Mulberry

📋 copy color: '#C55080'

red 197 ◦ green 80 ◦ blue 128

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

Shades of Mulberry #C55080

Tints of Mulberry #C55080

RGB

 RED value IS 197 (77.34% from 255) = 48.64%

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

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

R = 48.64%
G = 19.75%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C55080 (or 0xC55080) is known color: Mulberry. HEX triplet: C5, 50 and 80. RGB value is (197,80,128). Sum of RGB (Red+Green+Blue) = 197+80+128=405 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.64% from 405); Green value is 80 (31.64% from 255 or 19.75% from 405); Blue value is 128 (50.39% from 255 or 31.60% from 405); Max value from RGB is 197 - color contains mainly: red. Hex color #C55080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55080 is #3AAF7F. Grayscale: #787878. Windows color (decimal): -3846016 or 8409285. OLE color: 8409285.

HSL color Cylindrical-coordinate representation of color #C55080: hue angle of 335.38º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C55080 is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 80 128 -
CMYK 0 0.59 0.35 0.23
HSL 335.38º 0.5% 0.54% -
HSV(B) 335.38º 0.59% 0.77% -
XYZ 29.79 19.17 22.55 -
YUV 120.46 132.26 182.6 -
System Red Green Blue C M Y K H S L
Decimal 197 80 128 0 0.59 0.35 0.23 335.38 0.5 0.54
Hex C5 50 80 0 3B 23 17 14F 32 36
Octal 305 120 200 0 73 43 27 517 62 66
Binary 11000101 1010000 10000000 0 111011 100011 10111 101001111 110010 110110

Color Harmonies of #C55080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55080

Black with #C55080

Text Example


Text Example

White with #C55080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55080; }

 p { color: rgb(197,80,128); }

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

background-color css

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

 a { background-color: rgb(197,80,128); }

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

border-color css

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

 span { border-color: rgb(197,80,128); }

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