#CB4C9A

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

Shades of Mulberry #CB4C9A

Tints of Mulberry #CB4C9A

Color information

#CB4C9A (or 0xCB4C9A) is unknown color: approx Mulberry. HEX triplet: CB, 4C and 9A. RGB value is (203,76,154). Sum of RGB (Red+Green+Blue) = 203+76+154=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 76 (30.08% from 255 or 17.55% from 433); Blue value is 154 (60.55% from 255 or 35.57% from 433); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4C9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4C9A is #34B365. Grayscale: #7A7A7A. Windows color (decimal): -3453798 or 10112203. OLE color: 10112203.

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

Color convert

RGB20376154-
CMYK00.630.240.20
HSL323.15º54.98%54.71%-
HSV(B)323.15º62.56%79.61%-
XYZ33.0520.232.73-
YUV122.86145.58185.16-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.88%
GREEN value IS 76 (30.08% from 255) = 17.55%
BLUE value IS 154 (60.55% from 255) = 35.57%
R=46.88%
G=17.55%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037615400.630.240.20323.1554.9854.71
HexCB4C9A03F18141433737
Octal31311423207730245036767
Binary1100101110011001001101001111111100010100101000011110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4C9A; }

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

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

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

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

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

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

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

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