#c45088

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

Shades of Mulberry #C45088

Tints of Mulberry #C45088

Color information

#C45088 (or 0xC45088) is unknown color: approx Mulberry. HEX triplet: C4, 50 and 88. RGB value is (196,80,136). Sum of RGB (Red+Green+Blue) = 196+80+136=412 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.57% from 412); Green value is 80 (31.64% from 255 or 19.42% from 412); Blue value is 136 (53.52% from 255 or 33.01% from 412); Max value from RGB is 196 - color contains mainly: red. Hex color #C45088 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45088 is #3BAF77. Grayscale: #787878. Windows color (decimal): -3911544 or 8933572. OLE color: 8933572.

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

Color convert

RGB19680136-
CMYK00.590.310.23
HSL331.03º49.57%54.12%-
HSV(B)331.03º59.18%76.86%-
XYZ30.0819.2525.42-
YUV121.07136.43181.45-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.57%
GREEN value IS 80 (31.64% from 255) = 19.42%
BLUE value IS 136 (53.52% from 255) = 33.01%
R=47.57%
G=19.42%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.31
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968013600.590.310.23331.0349.5754.12
HexC4508803B1F1714b3236
Octal30412021007337275136266
Binary1100010010100001000100001110111111110111101001011110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c45088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c45088; }

 p { color: rgb(196,80,136); }

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

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

 a { background-color: rgb(196,80,136); }

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

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

 span { border-color: rgb(196,80,136); }

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