#CB4EA0

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

Shades of Mulberry #CB4EA0

Tints of Mulberry #CB4EA0

Color information

#CB4EA0 (or 0xCB4EA0) is unknown color: approx Mulberry. HEX triplet: CB, 4E and A0. RGB value is (203,78,160). Sum of RGB (Red+Green+Blue) = 203+78+160=441 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.03% from 441); Green value is 78 (30.86% from 255 or 17.69% from 441); Blue value is 160 (62.89% from 255 or 36.28% from 441); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4EA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB4EA0 is #34B15F. Grayscale: #7C7C7C. Windows color (decimal): -3453280 or 10505931. OLE color: 10505931.

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

Color convert

RGB20378160-
CMYK00.620.210.20
HSL320.64º54.59%55.1%-
HSV(B)320.64º61.58%79.61%-
XYZ33.720.6835.47-
YUV124.72147.91183.83-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.03%
GREEN value IS 78 (30.86% from 255) = 17.69%
BLUE value IS 160 (62.89% from 255) = 36.28%
R=46.03%
G=17.69%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037816000.620.210.20320.6454.5955.1
HexCB4EA003E15141413737
Octal31311624007625245016767
Binary1100101110011101010000001111101010110100101000001110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4EA0; }

 p { color: rgb(203,78,160); }

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

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

 a { background-color: rgb(203,78,160); }

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

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

 span { border-color: rgb(203,78,160); }

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