#CB4889

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

Shades of Mulberry #CB4889

Tints of Mulberry #CB4889

Color information

#CB4889 (or 0xCB4889) is unknown color: approx Mulberry. HEX triplet: CB, 48 and 89. RGB value is (203,72,137). Sum of RGB (Red+Green+Blue) = 203+72+137=412 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.27% from 412); Green value is 72 (28.52% from 255 or 17.48% from 412); Blue value is 137 (53.91% from 255 or 33.25% from 412); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4889 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4889 is #34B776. Grayscale: #767676. Windows color (decimal): -3454839 or 8997067. OLE color: 8997067.

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

Color convert

RGB20372137-
CMYK00.650.330.20
HSL330.23º55.74%53.92%-
HSV(B)330.23º64.53%79.61%-
XYZ31.4619.1425.7-
YUV118.58138.4188.21-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.27%
GREEN value IS 72 (28.52% from 255) = 17.48%
BLUE value IS 137 (53.91% from 255) = 33.25%
R=49.27%
G=17.48%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037213700.650.330.20330.2355.7453.92
HexCB4889041211414a3836
Octal313110211010141245127066
Binary110010111001000100010010100000110000110100101001010111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4889; }

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

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

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

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

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

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

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

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