#CB4E7F

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

Shades of Mulberry #CB4E7F

Tints of Mulberry #CB4E7F

Color information

#CB4E7F (or 0xCB4E7F) is unknown color: approx Mulberry. HEX triplet: CB, 4E and 7F. RGB value is (203,78,127). Sum of RGB (Red+Green+Blue) = 203+78+127=408 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.75% from 408); Green value is 78 (30.86% from 255 or 19.12% from 408); Blue value is 127 (50% from 255 or 31.13% from 408); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB4E7F is #34B180. Grayscale: #787878. Windows color (decimal): -3453313 or 8343243. OLE color: 8343243.

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

Color convert

RGB20378127-
CMYK00.620.370.20
HSL336.48º54.59%55.1%-
HSV(B)336.48º61.58%79.61%-
XYZ31.1819.6822.23-
YUV120.96131.41186.52-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.75%
GREEN value IS 78 (30.86% from 255) = 19.12%
BLUE value IS 127 (50% from 255) = 31.13%
R=49.75%
G=19.12%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037812700.620.370.20336.4854.5955.1
HexCB4E7F03E25141503737
Octal31311617707645245206767
Binary1100101110011101111111011111010010110100101010000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4E7F; }

 p { color: rgb(203,78,127); }

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

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

 a { background-color: rgb(203,78,127); }

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

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

 span { border-color: rgb(203,78,127); }

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