#CB5583

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

Shades of Mulberry #CB5583

Tints of Mulberry #CB5583

Color information

#CB5583 (or 0xCB5583) is unknown color: approx Mulberry. HEX triplet: CB, 55 and 83. RGB value is (203,85,131). Sum of RGB (Red+Green+Blue) = 203+85+131=419 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.45% from 419); Green value is 85 (33.59% from 255 or 20.29% from 419); Blue value is 131 (51.56% from 255 or 31.26% from 419); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5583 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5583 is #34AA7C. Grayscale: #7D7D7D. Windows color (decimal): -3451517 or 8607179. OLE color: 8607179.

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

Color convert

RGB20385131-
CMYK00.580.350.20
HSL336.61º53.15%56.47%-
HSV(B)336.61º58.13%79.61%-
XYZ31.9720.8323.81-
YUV125.53131.09183.26-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.45%
GREEN value IS 85 (33.59% from 255) = 20.29%
BLUE value IS 131 (51.56% from 255) = 31.26%
R=48.45%
G=20.29%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038513100.580.350.20336.6153.1556.47
HexCB558303A23141513538
Octal31312520307243245216570
Binary11001011101010110000011011101010001110100101010001110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5583; }

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

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

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

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

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

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

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

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