#CB4D99

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

Shades of Mulberry #CB4D99

Tints of Mulberry #CB4D99

Color information

#CB4D99 (or 0xCB4D99) is unknown color: approx Mulberry. HEX triplet: CB, 4D and 99. RGB value is (203,77,153). Sum of RGB (Red+Green+Blue) = 203+77+153=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 77 (30.47% from 255 or 17.78% from 433); Blue value is 153 (60.16% from 255 or 35.33% from 433); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4D99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB4D99 is #34B266. Grayscale: #7B7B7B. Windows color (decimal): -3453543 or 10046923. OLE color: 10046923.

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

Color convert

RGB20377153-
CMYK00.620.250.20
HSL323.81º54.78%54.9%-
HSV(B)323.81º62.07%79.61%-
XYZ33.0320.332.32-
YUV123.34144.74184.82-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.88%
GREEN value IS 77 (30.47% from 255) = 17.78%
BLUE value IS 153 (60.16% from 255) = 35.33%
R=46.88%
G=17.78%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037715300.620.250.20323.8154.7854.9
HexCB4D9903E19141443737
Octal31311523107631245046767
Binary1100101110011011001100101111101100110100101000100110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4D99; }

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

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

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

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

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

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

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

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