#CB578F

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

Shades of Mulberry #CB578F

Tints of Mulberry #CB578F

Color information

#CB578F (or 0xCB578F) is unknown color: approx Mulberry. HEX triplet: CB, 57 and 8F. RGB value is (203,87,143). Sum of RGB (Red+Green+Blue) = 203+87+143=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 87 (34.38% from 255 or 20.09% from 433); Blue value is 143 (56.25% from 255 or 33.03% from 433); Max value from RGB is 203 - color contains mainly: red. Hex color #CB578F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB578F is #34A870. Grayscale: #7F7F7F. Windows color (decimal): -3450993 or 9394123. OLE color: 9394123.

HSL color Cylindrical-coordinate representation of color #CB578F: hue angle of 331.03º 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 #CB578F is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB20387143-
CMYK00.570.300.20
HSL331.03º52.73%56.86%-
HSV(B)331.03º57.14%79.61%-
XYZ32.9921.528.4-
YUV128.07136.43181.45-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.88%
GREEN value IS 87 (34.38% from 255) = 20.09%
BLUE value IS 143 (56.25% from 255) = 33.03%
R=46.88%
G=20.09%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038714300.570.300.20331.0352.7356.86
HexCB578F0391E1414b3539
Octal31312721707136245136571
Binary1100101110101111000111101110011111010100101001011110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB578F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB578F; }

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

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

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

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

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

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

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

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