#CB5898

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

Shades of Mulberry #CB5898

Tints of Mulberry #CB5898

Color information

#CB5898 (or 0xCB5898) is unknown color: approx Mulberry. HEX triplet: CB, 58 and 98. RGB value is (203,88,152). Sum of RGB (Red+Green+Blue) = 203+88+152=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 88 (34.77% from 255 or 19.86% from 443); Blue value is 152 (59.77% from 255 or 34.31% from 443); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5898 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5898 is #34A767. Grayscale: #818181. Windows color (decimal): -3450728 or 9984203. OLE color: 9984203.

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

Color convert

RGB20388152-
CMYK00.570.250.20
HSL326.61º52.51%57.06%-
HSV(B)326.61º56.65%79.61%-
XYZ33.7921.9432.16-
YUV129.68140.6180.3-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.82%
GREEN value IS 88 (34.77% from 255) = 19.86%
BLUE value IS 152 (59.77% from 255) = 34.31%
R=45.82%
G=19.86%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038815200.570.250.20326.6152.5157.06
HexCB589803919141473539
Octal31313023007131245076571
Binary1100101110110001001100001110011100110100101000111110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5898; }

 p { color: rgb(203,88,152); }

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

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

 a { background-color: rgb(203,88,152); }

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

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

 span { border-color: rgb(203,88,152); }

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