#CB4B8A

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

Shades of Mulberry #CB4B8A

Tints of Mulberry #CB4B8A

Color information

#CB4B8A (or 0xCB4B8A) is unknown color: approx Mulberry. HEX triplet: CB, 4B and 8A. RGB value is (203,75,138). Sum of RGB (Red+Green+Blue) = 203+75+138=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 75 (29.69% from 255 or 18.03% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4B8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4B8A is #34B475. Grayscale: #787878. Windows color (decimal): -3454070 or 9063371. OLE color: 9063371.

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

Color convert

RGB20375138-
CMYK00.630.320.20
HSL330.47º55.17%54.51%-
HSV(B)330.47º63.05%79.61%-
XYZ31.7319.5626.15-
YUV120.45137.91186.88-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.80%
GREEN value IS 75 (29.69% from 255) = 18.03%
BLUE value IS 138 (54.30% from 255) = 33.17%
R=48.80%
G=18.03%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037513800.630.320.20330.4755.1754.51
HexCB4B8A03F201414a3737
Octal31311321207740245126767
Binary11001011100101110001010011111110000010100101001010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4B8A; }

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

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

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

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

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

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

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

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