#CB4B99

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

Shades of Mulberry #CB4B99

Tints of Mulberry #CB4B99

Color information

#CB4B99 (or 0xCB4B99) is unknown color: approx Mulberry. HEX triplet: CB, 4B and 99. RGB value is (203,75,153). Sum of RGB (Red+Green+Blue) = 203+75+153=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 75 (29.69% from 255 or 17.40% from 431); Blue value is 153 (60.16% from 255 or 35.50% from 431); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4B99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4B99 is #34B466. Grayscale: #797979. Windows color (decimal): -3454055 or 10046411. OLE color: 10046411.

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

Color convert

RGB20375153-
CMYK00.630.250.20
HSL323.44º55.17%54.51%-
HSV(B)323.44º63.05%79.61%-
XYZ32.8920.0332.27-
YUV122.16145.41185.66-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.10%
GREEN value IS 75 (29.69% from 255) = 17.40%
BLUE value IS 153 (60.16% from 255) = 35.50%
R=47.10%
G=17.40%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037515300.630.250.20323.4455.1754.51
HexCB4B9903F19141433737
Octal31311323107731245036767
Binary1100101110010111001100101111111100110100101000011110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4B99; }

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

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

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

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

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

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

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

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