#C55282

Color #C55282 Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #C55282

Tints of Mulberry #C55282

Color information

#C55282 (or 0xC55282) is unknown color: approx Mulberry. HEX triplet: C5, 52 and 82. RGB value is (197,82,130). Sum of RGB (Red+Green+Blue) = 197+82+130=409 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.17% from 409); Green value is 82 (32.42% from 255 or 20.05% from 409); Blue value is 130 (51.17% from 255 or 31.78% from 409); Max value from RGB is 197 - color contains mainly: red. Hex color #C55282 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55282 is #3AAD7D. Grayscale: #797979. Windows color (decimal): -3845502 or 8540869. OLE color: 8540869.

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

Color convert

RGB19782130-
CMYK00.580.340.23
HSL334.96º49.78%54.71%-
HSV(B)334.96º58.38%77.25%-
XYZ30.0719.5223.3-
YUV121.86132.6181.6-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.17%
GREEN value IS 82 (32.42% from 255) = 20.05%
BLUE value IS 130 (51.17% from 255) = 31.78%
R=48.17%
G=20.05%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978213000.580.340.23334.9649.7854.71
HexC5528203A221714f3237
Octal30512220207242275176267
Binary11000101101001010000010011101010001010111101001111110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55282; }

 p { color: rgb(197,82,130); }

 H1.HeaderClassName
 {
   color: #C55282;
 }
 .AnyTagClassName
 {
   color: #C55282;
 }
</style>
background-color css

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

 a { background-color: rgb(197,82,130); }

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

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

 span { border-color: rgb(197,82,130); }

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