#CB5485

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

Shades of Mulberry #CB5485

Tints of Mulberry #CB5485

Color information

#CB5485 (or 0xCB5485) is unknown color: approx Mulberry. HEX triplet: CB, 54 and 85. RGB value is (203,84,133). Sum of RGB (Red+Green+Blue) = 203+84+133=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 84 (33.20% from 255 or 20% from 420); Blue value is 133 (52.34% from 255 or 31.67% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5485 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5485 is #34AB7A. Grayscale: #7D7D7D. Windows color (decimal): -3451771 or 8737995. OLE color: 8737995.

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

Color convert

RGB20384133-
CMYK00.590.340.20
HSL335.29º53.36%56.27%-
HSV(B)335.29º58.62%79.61%-
XYZ32.0320.7324.5-
YUV125.17132.42183.52-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.33%
GREEN value IS 84 (33.20% from 255) = 20%
BLUE value IS 133 (52.34% from 255) = 31.67%
R=48.33%
G=20%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038413300.590.340.20335.2953.3656.27
HexCB548503B221414f3538
Octal31312420507342245176570
Binary11001011101010010000101011101110001010100101001111110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5485; }

 p { color: rgb(203,84,133); }

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

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

 a { background-color: rgb(203,84,133); }

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

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

 span { border-color: rgb(203,84,133); }

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