#CB56A6

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

Shades of Mulberry #CB56A6

Tints of Mulberry #CB56A6

Color information

#CB56A6 (or 0xCB56A6) is unknown color: approx Mulberry. HEX triplet: CB, 56 and A6. RGB value is (203,86,166). Sum of RGB (Red+Green+Blue) = 203+86+166=455 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.62% from 455); Green value is 86 (33.98% from 255 or 18.90% from 455); Blue value is 166 (65.23% from 255 or 36.48% from 455); Max value from RGB is 203 - color contains mainly: red. Hex color #CB56A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB56A6 is #34A959. Grayscale: #818181. Windows color (decimal): -3451226 or 10901195. OLE color: 10901195.

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

Color convert

RGB20386166-
CMYK00.580.180.20
HSL318.97º52.94%56.67%-
HSV(B)318.97º57.64%79.61%-
XYZ34.8422.1138.51-
YUV130.1148.26180-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.62%
GREEN value IS 86 (33.98% from 255) = 18.90%
BLUE value IS 166 (65.23% from 255) = 36.48%
R=44.62%
G=18.90%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038616600.580.180.20318.9752.9456.67
HexCB56A603A121413f3539
Octal31312624607222244776571
Binary1100101110101101010011001110101001010100100111111110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB56A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB56A6; }

 p { color: rgb(203,86,166); }

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

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

 a { background-color: rgb(203,86,166); }

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

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

 span { border-color: rgb(203,86,166); }

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