#cb5c9e

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

Shades of Mulberry #CB5C9E

Tints of Mulberry #CB5C9E

Color information

#CB5C9E (or 0xCB5C9E) is unknown color: approx Mulberry. HEX triplet: CB, 5C and 9E. RGB value is (203,92,158). Sum of RGB (Red+Green+Blue) = 203+92+158=453 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.81% from 453); Green value is 92 (36.33% from 255 or 20.31% from 453); Blue value is 158 (62.11% from 255 or 34.88% from 453); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5C9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5C9E is #34A361. Grayscale: #848484. Windows color (decimal): -3449698 or 10378443. OLE color: 10378443.

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

Color convert

RGB20392158-
CMYK00.550.220.20
HSL324.32º51.63%57.84%-
HSV(B)324.32º54.68%79.61%-
XYZ34.6322.8234.93-
YUV132.71142.27178.13-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.81%
GREEN value IS 92 (36.33% from 255) = 20.31%
BLUE value IS 158 (62.11% from 255) = 34.88%
R=44.81%
G=20.31%
B=34.88%

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
Decimal2039215800.550.220.20324.3251.6357.84
HexCB5C9E0371614144343a
Octal31313423606726245046472
Binary1100101110111001001111001101111011010100101000100110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb5c9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb5c9e; }

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

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

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

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

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

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

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

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