#C95280

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

Shades of Mulberry #C95280

Tints of Mulberry #C95280

Color information

#C95280 (or 0xC95280) is unknown color: approx Mulberry. HEX triplet: C9, 52 and 80. RGB value is (201,82,128). Sum of RGB (Red+Green+Blue) = 201+82+128=411 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.91% from 411); Green value is 82 (32.42% from 255 or 19.95% from 411); Blue value is 128 (50.39% from 255 or 31.14% from 411); Max value from RGB is 201 - color contains mainly: red. Hex color #C95280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95280 is #36AD7F. Grayscale: #7A7A7A. Windows color (decimal): -3583360 or 8409801. OLE color: 8409801.

HSL color Cylindrical-coordinate representation of color #C95280: hue angle of 336.81º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C95280 is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB20182128-
CMYK00.590.360.21
HSL336.81º52.42%55.49%-
HSV(B)336.81º59.2%78.82%-
XYZ3120.0122.65-
YUV122.82130.92183.76-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.91%
GREEN value IS 82 (32.42% from 255) = 19.95%
BLUE value IS 128 (50.39% from 255) = 31.14%
R=48.91%
G=19.95%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2018212800.590.360.21336.8152.4255.49
HexC9528003B24151513437
Octal31112220007344255216467
Binary11001001101001010000000011101110010010101101010001110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95280; }

 p { color: rgb(201,82,128); }

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

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

 a { background-color: rgb(201,82,128); }

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

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

 span { border-color: rgb(201,82,128); }

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