Html Css Color HEX #C55A80 Mulberry

📋 copy color: '#C55A80'

red 197 ◦ green 90 ◦ blue 128

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

Shades of Mulberry #C55A80

Tints of Mulberry #C55A80

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.69%

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

R = 47.47%
G = 21.69%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C55A80 (or 0xC55A80) is known color: Mulberry. HEX triplet: C5, 5A and 80. RGB value is (197,90,128). Sum of RGB (Red+Green+Blue) = 197+90+128=415 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.47% from 415); Green value is 90 (35.55% from 255 or 21.69% from 415); Blue value is 128 (50.39% from 255 or 30.84% from 415); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55A80 is #3AA57F. Grayscale: #7E7E7E. Windows color (decimal): -3843456 or 8411845. OLE color: 8411845.

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

Color convert

RGB 197 90 128 -
CMYK 0 0.54 0.35 0.23
HSL 338.69º 0.48% 0.56% -
HSV(B) 338.69º 0.54% 0.77% -
XYZ 30.58 20.74 22.81 -
YUV 126.33 128.95 178.41 -
System Red Green Blue C M Y K H S L
Decimal 197 90 128 0 0.54 0.35 0.23 338.69 0.48 0.56
Hex C5 5A 80 0 36 23 17 153 30 38
Octal 305 132 200 0 66 43 27 523 60 70
Binary 11000101 1011010 10000000 0 110110 100011 10111 101010011 110000 111000

Color Harmonies of #C55A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55A80

Black with #C55A80

Text Example


Text Example

White with #C55A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55A80; }

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

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

background-color css

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

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

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

border-color css

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

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

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