#CB408E

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

Shades of Mulberry #CB408E

Tints of Mulberry #CB408E

Color information

#CB408E (or 0xCB408E) is unknown color: approx Mulberry. HEX triplet: CB, 40 and 8E. RGB value is (203,64,142). Sum of RGB (Red+Green+Blue) = 203+64+142=409 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.63% from 409); Green value is 64 (25.39% from 255 or 15.65% from 409); Blue value is 142 (55.86% from 255 or 34.72% from 409); Max value from RGB is 203 - color contains mainly: red. Hex color #CB408E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB408E is #34BF71. Grayscale: #727272. Windows color (decimal): -3456882 or 9322699. OLE color: 9322699.

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

Color convert

RGB20364142-
CMYK00.680.300.20
HSL326.33º57.2%52.35%-
HSV(B)326.33º68.47%79.61%-
XYZ31.3418.3227.47-
YUV114.45143.55191.16-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.63%
GREEN value IS 64 (25.39% from 255) = 15.65%
BLUE value IS 142 (55.86% from 255) = 34.72%
R=49.63%
G=15.65%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036414200.680.300.20326.3357.252.35
HexCB408E0441E141463934
Octal313100216010436245067164
Binary11001011100000010001110010001001111010100101000110111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB408E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB408E; }

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

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

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

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

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

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

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

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