#CB59A6

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

Shades of Mulberry #CB59A6

Tints of Mulberry #CB59A6

Color information

#CB59A6 (or 0xCB59A6) is unknown color: approx Mulberry. HEX triplet: CB, 59 and A6. RGB value is (203,89,166). Sum of RGB (Red+Green+Blue) = 203+89+166=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 89 (35.16% from 255 or 19.43% from 458); Blue value is 166 (65.23% from 255 or 36.24% from 458); Max value from RGB is 203 - color contains mainly: red. Hex color #CB59A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB59A6 is #34A659. Grayscale: #838383. Windows color (decimal): -3450458 or 10901963. OLE color: 10901963.

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

Color convert

RGB20389166-
CMYK00.560.180.20
HSL319.47º52.29%57.25%-
HSV(B)319.47º56.16%79.61%-
XYZ35.0822.5938.59-
YUV131.86147.27178.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.32%
GREEN value IS 89 (35.16% from 255) = 19.43%
BLUE value IS 166 (65.23% from 255) = 36.24%
R=44.32%
G=19.43%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038916600.560.180.20319.4752.2957.25
HexCB59A6038121413f3439
Octal31313124607022244776471
Binary1100101110110011010011001110001001010100100111111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB59A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB59A6; }

 p { color: rgb(203,89,166); }

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

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

 a { background-color: rgb(203,89,166); }

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

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

 span { border-color: rgb(203,89,166); }

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