#CB408C

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

Shades of Mulberry #CB408C

Tints of Mulberry #CB408C

Color information

#CB408C (or 0xCB408C) is unknown color: approx Mulberry. HEX triplet: CB, 40 and 8C. RGB value is (203,64,140). Sum of RGB (Red+Green+Blue) = 203+64+140=407 (53% of max value = 765). Red value is 203 (79.69% from 255 or 49.88% from 407); Green value is 64 (25.39% from 255 or 15.72% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 203 - color contains mainly: red. Hex color #CB408C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB408C is #34BF73. Grayscale: #727272. Windows color (decimal): -3456884 or 9191627. OLE color: 9191627.

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

Color convert

RGB20364140-
CMYK00.680.310.20
HSL327.19º57.2%52.35%-
HSV(B)327.19º68.47%79.61%-
XYZ31.218.2626.69-
YUV114.22142.55191.32-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.88%
GREEN value IS 64 (25.39% from 255) = 15.72%
BLUE value IS 140 (55.08% from 255) = 34.40%
R=49.88%
G=15.72%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036414000.680.310.20327.1957.252.35
HexCB408C0441F141473934
Octal313100214010437245077164
Binary11001011100000010001100010001001111110100101000111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB408C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB408C; }

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

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

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

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

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

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

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

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