#CB4C99

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

Shades of Mulberry #CB4C99

Tints of Mulberry #CB4C99

Color information

#CB4C99 (or 0xCB4C99) is unknown color: approx Mulberry. HEX triplet: CB, 4C and 99. RGB value is (203,76,153). Sum of RGB (Red+Green+Blue) = 203+76+153=432 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.99% from 432); Green value is 76 (30.08% from 255 or 17.59% from 432); Blue value is 153 (60.16% from 255 or 35.42% from 432); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4C99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4C99 is #34B366. Grayscale: #7A7A7A. Windows color (decimal): -3453799 or 10046667. OLE color: 10046667.

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

Color convert

RGB20376153-
CMYK00.630.250.20
HSL323.62º54.98%54.71%-
HSV(B)323.62º62.56%79.61%-
XYZ32.9620.1732.29-
YUV122.75145.08185.24-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.99%
GREEN value IS 76 (30.08% from 255) = 17.59%
BLUE value IS 153 (60.16% from 255) = 35.42%
R=46.99%
G=17.59%
B=35.42%

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
Decimal2037615300.630.250.20323.6254.9854.71
HexCB4C9903F19141443737
Octal31311423107731245046767
Binary1100101110011001001100101111111100110100101000100110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4C99; }

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

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

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

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

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

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

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

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