#CB408D

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

Shades of Mulberry #CB408D

Tints of Mulberry #CB408D

Color information

#CB408D (or 0xCB408D) is unknown color: approx Mulberry. HEX triplet: CB, 40 and 8D. RGB value is (203,64,141). Sum of RGB (Red+Green+Blue) = 203+64+141=408 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.75% from 408); Green value is 64 (25.39% from 255 or 15.69% from 408); Blue value is 141 (55.47% from 255 or 34.56% from 408); Max value from RGB is 203 - color contains mainly: red. Hex color #CB408D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB408D is #34BF72. Grayscale: #727272. Windows color (decimal): -3456883 or 9257163. OLE color: 9257163.

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

Color convert

RGB20364141-
CMYK00.680.310.20
HSL326.76º57.2%52.35%-
HSV(B)326.76º68.47%79.61%-
XYZ31.2718.2927.08-
YUV114.34143.05191.24-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.75%
GREEN value IS 64 (25.39% from 255) = 15.69%
BLUE value IS 141 (55.47% from 255) = 34.56%
R=49.75%
G=15.69%
B=34.56%

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
Decimal2036414100.680.310.20326.7657.252.35
HexCB408D0441F141473934
Octal313100215010437245077164
Binary11001011100000010001101010001001111110100101000111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB408D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB408D; }

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

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

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

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

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

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

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

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