#CB558B

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

Shades of Mulberry #CB558B

Tints of Mulberry #CB558B

Color information

#CB558B (or 0xCB558B) is unknown color: approx Mulberry. HEX triplet: CB, 55 and 8B. RGB value is (203,85,139). Sum of RGB (Red+Green+Blue) = 203+85+139=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 85 (33.59% from 255 or 19.91% from 427); Blue value is 139 (54.69% from 255 or 32.55% from 427); Max value from RGB is 203 - color contains mainly: red. Hex color #CB558B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB558B is #34AA74. Grayscale: #7E7E7E. Windows color (decimal): -3451509 or 9131467. OLE color: 9131467.

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

Color convert

RGB20385139-
CMYK00.580.320.20
HSL332.54º53.15%56.47%-
HSV(B)332.54º58.13%79.61%-
XYZ32.5421.0626.78-
YUV126.44135.09182.61-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.54%
GREEN value IS 85 (33.59% from 255) = 19.91%
BLUE value IS 139 (54.69% from 255) = 32.55%
R=47.54%
G=19.91%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038513900.580.320.20332.5453.1556.47
HexCB558B03A201414d3538
Octal31312521307240245156570
Binary11001011101010110001011011101010000010100101001101110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB558B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB558B; }

 p { color: rgb(203,85,139); }

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

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

 a { background-color: rgb(203,85,139); }

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

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

 span { border-color: rgb(203,85,139); }

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