#CB5B9E

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

Shades of Mulberry #CB5B9E

Tints of Mulberry #CB5B9E

Color information

#CB5B9E (or 0xCB5B9E) is unknown color: approx Mulberry. HEX triplet: CB, 5B and 9E. RGB value is (203,91,158). Sum of RGB (Red+Green+Blue) = 203+91+158=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 91 (35.94% from 255 or 20.13% from 452); Blue value is 158 (62.11% from 255 or 34.96% from 452); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5B9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5B9E is #34A461. Grayscale: #838383. Windows color (decimal): -3449954 or 10378187. OLE color: 10378187.

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

Color convert

RGB20391158-
CMYK00.550.220.20
HSL324.11º51.85%57.65%-
HSV(B)324.11º55.17%79.61%-
XYZ34.5422.6534.9-
YUV132.13142.61178.55-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.91%
GREEN value IS 91 (35.94% from 255) = 20.13%
BLUE value IS 158 (62.11% from 255) = 34.96%
R=44.91%
G=20.13%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039115800.550.220.20324.1151.8557.65
HexCB5B9E0371614144343a
Octal31313323606726245046472
Binary1100101110110111001111001101111011010100101000100110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5B9E; }

 p { color: rgb(203,91,158); }

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

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

 a { background-color: rgb(203,91,158); }

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

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

 span { border-color: rgb(203,91,158); }

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