Html Css Color HEX #C55480 Mulberry

📋 copy color: '#C55480'

red 197 ◦ green 84 ◦ blue 128

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

Shades of Mulberry #C55480

Tints of Mulberry #C55480

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.54%

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

R = 48.17%
G = 20.54%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C55480 (or 0xC55480) is known color: Mulberry. HEX triplet: C5, 54 and 80. RGB value is (197,84,128). Sum of RGB (Red+Green+Blue) = 197+84+128=409 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.17% from 409); Green value is 84 (33.20% from 255 or 20.54% from 409); Blue value is 128 (50.39% from 255 or 31.30% from 409); Max value from RGB is 197 - color contains mainly: red. Hex color #C55480 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55480 is #3AAB7F. Grayscale: #7A7A7A. Windows color (decimal): -3844992 or 8410309. OLE color: 8410309.

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

Color convert

RGB 197 84 128 -
CMYK 0 0.57 0.35 0.23
HSL 336.64º 0.49% 0.55% -
HSV(B) 336.64º 0.57% 0.77% -
XYZ 30.09 19.77 22.65 -
YUV 122.8 130.94 180.92 -
System Red Green Blue C M Y K H S L
Decimal 197 84 128 0 0.57 0.35 0.23 336.64 0.49 0.55
Hex C5 54 80 0 39 23 17 151 31 37
Octal 305 124 200 0 71 43 27 521 61 67
Binary 11000101 1010100 10000000 0 111001 100011 10111 101010001 110001 110111

Color Harmonies of #C55480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55480

Black with #C55480

Text Example


Text Example

White with #C55480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55480; }

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

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

background-color css

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

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

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

border-color css

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

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

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