#CB5A86

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

Shades of Mulberry #CB5A86

Tints of Mulberry #CB5A86

Color information

#CB5A86 (or 0xCB5A86) is unknown color: approx Mulberry. HEX triplet: CB, 5A and 86. RGB value is (203,90,134). Sum of RGB (Red+Green+Blue) = 203+90+134=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 90 (35.55% from 255 or 21.08% from 427); Blue value is 134 (52.73% from 255 or 31.38% from 427); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5A86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5A86 is #34A579. Grayscale: #808080. Windows color (decimal): -3450234 or 8805067. OLE color: 8805067.

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

Color convert

RGB20390134-
CMYK00.560.340.20
HSL336.64º52.07%57.45%-
HSV(B)336.64º55.67%79.61%-
XYZ32.5921.7325.03-
YUV128.8130.94180.92-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.54%
GREEN value IS 90 (35.55% from 255) = 21.08%
BLUE value IS 134 (52.73% from 255) = 31.38%
R=47.54%
G=21.08%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039013400.560.340.20336.6452.0757.45
HexCB5A8603822141513439
Octal31313220607042245216471
Binary11001011101101010000110011100010001010100101010001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5A86; }

 p { color: rgb(203,90,134); }

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

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

 a { background-color: rgb(203,90,134); }

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

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

 span { border-color: rgb(203,90,134); }

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