#CB559A

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

Shades of Mulberry #CB559A

Tints of Mulberry #CB559A

Color information

#CB559A (or 0xCB559A) is unknown color: approx Mulberry. HEX triplet: CB, 55 and 9A. RGB value is (203,85,154). Sum of RGB (Red+Green+Blue) = 203+85+154=442 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.93% from 442); Green value is 85 (33.59% from 255 or 19.23% from 442); Blue value is 154 (60.55% from 255 or 34.84% from 442); Max value from RGB is 203 - color contains mainly: red. Hex color #CB559A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB559A is #34AA65. Grayscale: #7F7F7F. Windows color (decimal): -3451494 or 10114507. OLE color: 10114507.

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

Color convert

RGB20385154-
CMYK00.580.240.20
HSL324.92º53.15%56.47%-
HSV(B)324.92º58.13%79.61%-
XYZ33.7121.5332.95-
YUV128.15142.59181.39-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.93%
GREEN value IS 85 (33.59% from 255) = 19.23%
BLUE value IS 154 (60.55% from 255) = 34.84%
R=45.93%
G=19.23%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038515400.580.240.20324.9253.1556.47
HexCB559A03A18141453538
Octal31312523207230245056570
Binary1100101110101011001101001110101100010100101000101110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB559A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB559A; }

 p { color: rgb(203,85,154); }

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

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

 a { background-color: rgb(203,85,154); }

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

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

 span { border-color: rgb(203,85,154); }

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