#CB57A8

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

Shades of Mulberry #CB57A8

Tints of Mulberry #CB57A8

Color information

#CB57A8 (or 0xCB57A8) is unknown color: approx Mulberry. HEX triplet: CB, 57 and A8. RGB value is (203,87,168). Sum of RGB (Red+Green+Blue) = 203+87+168=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 87 (34.38% from 255 or 19.00% from 458); Blue value is 168 (66.02% from 255 or 36.68% from 458); Max value from RGB is 203 - color contains mainly: red. Hex color #CB57A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB57A8 is #34A857. Grayscale: #828282. Windows color (decimal): -3450968 or 11032523. OLE color: 11032523.

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

Color convert

RGB20387168-
CMYK00.570.170.20
HSL318.1º52.73%56.86%-
HSV(B)318.1º57.14%79.61%-
XYZ35.122.3439.51-
YUV130.92148.93179.41-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.32%
GREEN value IS 87 (34.38% from 255) = 19.00%
BLUE value IS 168 (66.02% from 255) = 36.68%
R=44.32%
G=19.00%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038716800.570.170.20318.152.7356.86
HexCB57A8039111413e3539
Octal31312725007121244766571
Binary1100101110101111010100001110011000110100100111110110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB57A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB57A8; }

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

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

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

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

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

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

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

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