Html Css Color HEX #C55580 Mulberry

📋 copy color: '#C55580'

red 197 ◦ green 85 ◦ blue 128

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

Shades of Mulberry #C55580

Tints of Mulberry #C55580

RGB

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

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

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

R = 48.05%
G = 20.73%
B = 31.22%

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

#C55580 (or 0xC55580) is known color: Mulberry. HEX triplet: C5, 55 and 80. RGB value is (197,85,128). Sum of RGB (Red+Green+Blue) = 197+85+128=410 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.05% from 410); Green value is 85 (33.59% from 255 or 20.73% from 410); Blue value is 128 (50.39% from 255 or 31.22% from 410); Max value from RGB is 197 - color contains mainly: red. Hex color #C55580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55580 is #3AAA7F. Grayscale: #7B7B7B. Windows color (decimal): -3844736 or 8410565. OLE color: 8410565.

HSL color Cylindrical-coordinate representation of color #C55580: hue angle of 336.96º 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 #C55580 is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 85 128 -
CMYK 0 0.57 0.35 0.23
HSL 336.96º 0.49% 0.55% -
HSV(B) 336.96º 0.57% 0.77% -
XYZ 30.17 19.93 22.68 -
YUV 123.39 130.61 180.5 -
System Red Green Blue C M Y K H S L
Decimal 197 85 128 0 0.57 0.35 0.23 336.96 0.49 0.55
Hex C5 55 80 0 39 23 17 151 31 37
Octal 305 125 200 0 71 43 27 521 61 67
Binary 11000101 1010101 10000000 0 111001 100011 10111 101010001 110001 110111

Color Harmonies of #C55580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55580

Black with #C55580

Text Example


Text Example

White with #C55580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55580; }

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

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

background-color css

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

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

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

border-color css

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

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

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