Html Css Color HEX #C55380 Mulberry

📋 copy color: '#C55380'

red 197 ◦ green 83 ◦ blue 128

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

Shades of Mulberry #C55380

Tints of Mulberry #C55380

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.34%

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

R = 48.28%
G = 20.34%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C55380 (or 0xC55380) is known color: Mulberry. HEX triplet: C5, 53 and 80. RGB value is (197,83,128). Sum of RGB (Red+Green+Blue) = 197+83+128=408 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.28% from 408); Green value is 83 (32.81% from 255 or 20.34% from 408); Blue value is 128 (50.39% from 255 or 31.37% from 408); Max value from RGB is 197 - color contains mainly: red. Hex color #C55380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55380 is #3AAC7F. Grayscale: #7A7A7A. Windows color (decimal): -3845248 or 8410053. OLE color: 8410053.

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

Color convert

RGB 197 83 128 -
CMYK 0 0.58 0.35 0.23
HSL 336.32º 0.5% 0.55% -
HSV(B) 336.32º 0.58% 0.77% -
XYZ 30.02 19.62 22.63 -
YUV 122.22 131.27 181.34 -
System Red Green Blue C M Y K H S L
Decimal 197 83 128 0 0.58 0.35 0.23 336.32 0.5 0.55
Hex C5 53 80 0 3A 23 17 150 32 37
Octal 305 123 200 0 72 43 27 520 62 67
Binary 11000101 1010011 10000000 0 111010 100011 10111 101010000 110010 110111

Color Harmonies of #C55380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55380

Black with #C55380

Text Example


Text Example

White with #C55380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55380; }

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

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

background-color css

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

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

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

border-color css

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

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

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