#CB40A5

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

Shades of Mulberry #CB40A5

Tints of Mulberry #CB40A5

Color information

#CB40A5 (or 0xCB40A5) is unknown color: approx Mulberry. HEX triplet: CB, 40 and A5. RGB value is (203,64,165). Sum of RGB (Red+Green+Blue) = 203+64+165=432 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.99% from 432); Green value is 64 (25.39% from 255 or 14.81% from 432); Blue value is 165 (64.84% from 255 or 38.19% from 432); Max value from RGB is 203 - color contains mainly: red. Hex color #CB40A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB40A5 is #34BF5A. Grayscale: #747474. Windows color (decimal): -3456859 or 10830027. OLE color: 10830027.

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

Color convert

RGB20364165-
CMYK00.680.190.20
HSL316.4º57.2%52.35%-
HSV(B)316.4º68.47%79.61%-
XYZ33.2519.0837.53-
YUV117.07155.05189.29-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.99%
GREEN value IS 64 (25.39% from 255) = 14.81%
BLUE value IS 165 (64.84% from 255) = 38.19%
R=46.99%
G=14.81%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036416500.680.190.20316.457.252.35
HexCB40A5044131413c3934
Octal313100245010423244747164
Binary11001011100000010100101010001001001110100100111100111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB40A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB40A5; }

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

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

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

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

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

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

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

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