#CB4D8C

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

Shades of Mulberry #CB4D8C

Tints of Mulberry #CB4D8C

Color information

#CB4D8C (or 0xCB4D8C) is unknown color: approx Mulberry. HEX triplet: CB, 4D and 8C. RGB value is (203,77,140). Sum of RGB (Red+Green+Blue) = 203+77+140=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 77 (30.47% from 255 or 18.33% from 420); Blue value is 140 (55.08% from 255 or 33.33% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB4D8C is #34B273. Grayscale: #797979. Windows color (decimal): -3453556 or 9194955. OLE color: 9194955.

HSL color Cylindrical-coordinate representation of color #CB4D8C: hue angle of 330º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CB4D8C is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB20377140-
CMYK00.620.310.20
HSL330º54.78%54.9%-
HSV(B)330º62.07%79.61%-
XYZ32.0219.926.96-
YUV121.86138.24185.88-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.33%
GREEN value IS 77 (30.47% from 255) = 18.33%
BLUE value IS 140 (55.08% from 255) = 33.33%
R=48.33%
G=18.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037714000.620.310.2033054.7854.9
HexCB4D8C03E1F1414a3737
Octal31311521407637245126767
Binary1100101110011011000110001111101111110100101001010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4D8C; }

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

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

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

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

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

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

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

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