#CB578D

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

Shades of Mulberry #CB578D

Tints of Mulberry #CB578D

Color information

#CB578D (or 0xCB578D) is unknown color: approx Mulberry. HEX triplet: CB, 57 and 8D. RGB value is (203,87,141). Sum of RGB (Red+Green+Blue) = 203+87+141=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 87 (34.38% from 255 or 20.19% from 431); Blue value is 141 (55.47% from 255 or 32.71% from 431); Max value from RGB is 203 - color contains mainly: red. Hex color #CB578D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB578D is #34A872. Grayscale: #7F7F7F. Windows color (decimal): -3450995 or 9263051. OLE color: 9263051.

HSL color Cylindrical-coordinate representation of color #CB578D: hue angle of 332.07º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CB578D is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB20387141-
CMYK00.570.310.20
HSL332.07º52.73%56.86%-
HSV(B)332.07º57.14%79.61%-
XYZ32.8421.4427.61-
YUV127.84135.43181.61-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.10%
GREEN value IS 87 (34.38% from 255) = 20.19%
BLUE value IS 141 (55.47% from 255) = 32.71%
R=47.10%
G=20.19%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038714100.570.310.20332.0752.7356.86
HexCB578D0391F1414c3539
Octal31312721507137245146571
Binary1100101110101111000110101110011111110100101001100110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB578D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB578D; }

 p { color: rgb(203,87,141); }

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

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

 a { background-color: rgb(203,87,141); }

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

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

 span { border-color: rgb(203,87,141); }

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