#CB4E8D

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

Shades of Mulberry #CB4E8D

Tints of Mulberry #CB4E8D

Color information

#CB4E8D (or 0xCB4E8D) is unknown color: approx Mulberry. HEX triplet: CB, 4E and 8D. RGB value is (203,78,141). Sum of RGB (Red+Green+Blue) = 203+78+141=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 78 (30.86% from 255 or 18.48% from 422); Blue value is 141 (55.47% from 255 or 33.41% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB4E8D is #34B172. Grayscale: #7A7A7A. Windows color (decimal): -3453299 or 9260747. OLE color: 9260747.

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

Color convert

RGB20378141-
CMYK00.620.310.20
HSL329.76º54.59%55.1%-
HSV(B)329.76º61.58%79.61%-
XYZ32.1620.0727.38-
YUV122.56138.41185.38-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.10%
GREEN value IS 78 (30.86% from 255) = 18.48%
BLUE value IS 141 (55.47% from 255) = 33.41%
R=48.10%
G=18.48%
B=33.41%

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
Decimal2037814100.620.310.20329.7654.5955.1
HexCB4E8D03E1F1414a3737
Octal31311621507637245126767
Binary1100101110011101000110101111101111110100101001010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4E8D; }

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

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

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

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

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

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

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

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