#CB4999

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

Shades of Mulberry #CB4999

Tints of Mulberry #CB4999

Color information

#CB4999 (or 0xCB4999) is unknown color: approx Mulberry. HEX triplet: CB, 49 and 99. RGB value is (203,73,153). Sum of RGB (Red+Green+Blue) = 203+73+153=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 73 (28.91% from 255 or 17.02% from 429); Blue value is 153 (60.16% from 255 or 35.66% from 429); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4999 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4999 is #34B666. Grayscale: #787878. Windows color (decimal): -3454567 or 10045899. OLE color: 10045899.

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

Color convert

RGB20373153-
CMYK00.640.250.20
HSL323.08º55.56%54.12%-
HSV(B)323.08º64.04%79.61%-
XYZ32.7619.7632.22-
YUV120.99146.07186.5-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.32%
GREEN value IS 73 (28.91% from 255) = 17.02%
BLUE value IS 153 (60.16% from 255) = 35.66%
R=47.32%
G=17.02%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037315300.640.250.20323.0855.5654.12
HexCB499904019141433836
Octal313111231010031245037066
Binary11001011100100110011001010000001100110100101000011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4999; }

 p { color: rgb(203,73,153); }

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

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

 a { background-color: rgb(203,73,153); }

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

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

 span { border-color: rgb(203,73,153); }

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