#CB4C8F

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

Shades of Mulberry #CB4C8F

Tints of Mulberry #CB4C8F

Color information

#CB4C8F (or 0xCB4C8F) is unknown color: approx Mulberry. HEX triplet: CB, 4C and 8F. RGB value is (203,76,143). Sum of RGB (Red+Green+Blue) = 203+76+143=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 76 (30.08% from 255 or 18.01% from 422); Blue value is 143 (56.25% from 255 or 33.89% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4C8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4C8F is #34B370. Grayscale: #797979. Windows color (decimal): -3453809 or 9391307. OLE color: 9391307.

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

Color convert

RGB20376143-
CMYK00.630.300.20
HSL328.35º54.98%54.71%-
HSV(B)328.35º62.56%79.61%-
XYZ32.1719.8528.12-
YUV121.61140.08186.05-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.10%
GREEN value IS 76 (30.08% from 255) = 18.01%
BLUE value IS 143 (56.25% from 255) = 33.89%
R=48.10%
G=18.01%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037614300.630.300.20328.3554.9854.71
HexCB4C8F03F1E141483737
Octal31311421707736245106767
Binary1100101110011001000111101111111111010100101001000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4C8F; }

 p { color: rgb(203,76,143); }

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

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

 a { background-color: rgb(203,76,143); }

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

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

 span { border-color: rgb(203,76,143); }

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