#CB408B

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

Shades of Mulberry #CB408B

Tints of Mulberry #CB408B

Color information

#CB408B (or 0xCB408B) is unknown color: approx Mulberry. HEX triplet: CB, 40 and 8B. RGB value is (203,64,139). Sum of RGB (Red+Green+Blue) = 203+64+139=406 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50% from 406); Green value is 64 (25.39% from 255 or 15.76% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 203 - color contains mainly: red. Hex color #CB408B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB408B is #34BF74. Grayscale: #717171. Windows color (decimal): -3456885 or 9126091. OLE color: 9126091.

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

Color convert

RGB20364139-
CMYK00.680.320.20
HSL327.63º57.2%52.35%-
HSV(B)327.63º68.47%79.61%-
XYZ31.1218.2326.3-
YUV114.11142.05191.4-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50%
GREEN value IS 64 (25.39% from 255) = 15.76%
BLUE value IS 139 (54.69% from 255) = 34.24%
R=50%
G=15.76%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036413900.680.320.20327.6357.252.35
HexCB408B04420141483934
Octal313100213010440245107164
Binary110010111000000100010110100010010000010100101001000111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB408B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB408B; }

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

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

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

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

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

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

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

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