#CB4E83

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

Shades of Mulberry #CB4E83

Tints of Mulberry #CB4E83

Color information

#CB4E83 (or 0xCB4E83) is unknown color: approx Mulberry. HEX triplet: CB, 4E and 83. RGB value is (203,78,131). Sum of RGB (Red+Green+Blue) = 203+78+131=412 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.27% from 412); Green value is 78 (30.86% from 255 or 18.93% from 412); Blue value is 131 (51.56% from 255 or 31.80% from 412); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4E83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB4E83 is #34B17C. Grayscale: #797979. Windows color (decimal): -3453309 or 8605387. OLE color: 8605387.

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

Color convert

RGB20378131-
CMYK00.620.350.20
HSL334.56º54.59%55.1%-
HSV(B)334.56º61.58%79.61%-
XYZ31.4519.7823.63-
YUV121.42133.41186.19-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.27%
GREEN value IS 78 (30.86% from 255) = 18.93%
BLUE value IS 131 (51.56% from 255) = 31.80%
R=49.27%
G=18.93%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037813100.620.350.20334.5654.5955.1
HexCB4E8303E231414f3737
Octal31311620307643245176767
Binary11001011100111010000011011111010001110100101001111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4E83; }

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

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

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

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

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

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

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

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