#CB4DA5

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

Shades of Mulberry #CB4DA5

Tints of Mulberry #CB4DA5

Color information

#CB4DA5 (or 0xCB4DA5) is unknown color: approx Mulberry. HEX triplet: CB, 4D and A5. RGB value is (203,77,165). Sum of RGB (Red+Green+Blue) = 203+77+165=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 77 (30.47% from 255 or 17.30% from 445); Blue value is 165 (64.84% from 255 or 37.08% from 445); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4DA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB4DA5 is #34B25A. Grayscale: #7C7C7C. Windows color (decimal): -3453531 or 10833355. OLE color: 10833355.

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

Color convert

RGB20377165-
CMYK00.620.190.20
HSL318.1º54.78%54.9%-
HSV(B)318.1º62.07%79.61%-
XYZ34.0720.7237.8-
YUV124.71150.74183.84-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.62%
GREEN value IS 77 (30.47% from 255) = 17.30%
BLUE value IS 165 (64.84% from 255) = 37.08%
R=45.62%
G=17.30%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037716500.620.190.20318.154.7854.9
HexCB4DA503E131413e3737
Octal31311524507623244766767
Binary1100101110011011010010101111101001110100100111110110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4DA5; }

 p { color: rgb(203,77,165); }

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

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

 a { background-color: rgb(203,77,165); }

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

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

 span { border-color: rgb(203,77,165); }

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