#C54283

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

Shades of Mulberry #C54283

Tints of Mulberry #C54283

Color information

#C54283 (or 0xC54283) is unknown color: approx Mulberry. HEX triplet: C5, 42 and 83. RGB value is (197,66,131). Sum of RGB (Red+Green+Blue) = 197+66+131=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 66 (26.17% from 255 or 16.75% from 394); Blue value is 131 (51.56% from 255 or 33.25% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C54283 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54283 is #3ABD7C. Grayscale: #707070. Windows color (decimal): -3849597 or 8602309. OLE color: 8602309.

HSL color Cylindrical-coordinate representation of color #C54283: hue angle of 330.23º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C54283 is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB19766131-
CMYK00.660.340.23
HSL330.23º53.04%51.57%-
HSV(B)330.23º66.5%77.25%-
XYZ29.0717.4123.3-
YUV112.58138.4188.21-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50%
GREEN value IS 66 (26.17% from 255) = 16.75%
BLUE value IS 131 (51.56% from 255) = 33.25%
R=50%
G=16.75%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976613100.660.340.23330.2353.0451.57
HexC54283042221714a3534
Octal305102203010242275126564
Binary110001011000010100000110100001010001010111101001010110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54283; }

 p { color: rgb(197,66,131); }

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

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

 a { background-color: rgb(197,66,131); }

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

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

 span { border-color: rgb(197,66,131); }

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