#CB4D95

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

Shades of Mulberry #CB4D95

Tints of Mulberry #CB4D95

Color information

#CB4D95 (or 0xCB4D95) is unknown color: approx Mulberry. HEX triplet: CB, 4D and 95. RGB value is (203,77,149). Sum of RGB (Red+Green+Blue) = 203+77+149=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 77 (30.47% from 255 or 17.95% from 429); Blue value is 149 (58.59% from 255 or 34.73% from 429); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4D95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB4D95 is #34B26A. Grayscale: #7A7A7A. Windows color (decimal): -3453547 or 9784779. OLE color: 9784779.

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

Color convert

RGB20377149-
CMYK00.620.270.20
HSL325.71º54.78%54.9%-
HSV(B)325.71º62.07%79.61%-
XYZ32.7120.1730.6-
YUV122.88142.74185.15-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.32%
GREEN value IS 77 (30.47% from 255) = 17.95%
BLUE value IS 149 (58.59% from 255) = 34.73%
R=47.32%
G=17.95%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037714900.620.270.20325.7154.7854.9
HexCB4D9503E1B141463737
Octal31311522507633245066767
Binary1100101110011011001010101111101101110100101000110110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4D95; }

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

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

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

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

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

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

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

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