#CB4891

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

Shades of Mulberry #CB4891

Tints of Mulberry #CB4891

Color information

#CB4891 (or 0xCB4891) is unknown color: approx Mulberry. HEX triplet: CB, 48 and 91. RGB value is (203,72,145). Sum of RGB (Red+Green+Blue) = 203+72+145=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 72 (28.52% from 255 or 17.14% from 420); Blue value is 145 (57.03% from 255 or 34.52% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4891 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4891 is #34B76E. Grayscale: #777777. Windows color (decimal): -3454831 or 9521355. OLE color: 9521355.

HSL color Cylindrical-coordinate representation of color #CB4891: hue angle of 326.56º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CB4891 is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.20.

Color convert

RGB20372145-
CMYK00.650.290.20
HSL326.56º55.74%53.92%-
HSV(B)326.56º64.53%79.61%-
XYZ32.0619.3828.84-
YUV119.49142.4187.56-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.33%
GREEN value IS 72 (28.52% from 255) = 17.14%
BLUE value IS 145 (57.03% from 255) = 34.52%
R=48.33%
G=17.14%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037214500.650.290.20326.5655.7453.92
HexCB48910411D141473836
Octal313110221010135245077066
Binary11001011100100010010001010000011110110100101000111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4891; }

 p { color: rgb(203,72,145); }

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

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

 a { background-color: rgb(203,72,145); }

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

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

 span { border-color: rgb(203,72,145); }

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