#CB4799

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

Shades of Mulberry #CB4799

Tints of Mulberry #CB4799

Color information

#CB4799 (or 0xCB4799) is unknown color: approx Mulberry. HEX triplet: CB, 47 and 99. RGB value is (203,71,153). Sum of RGB (Red+Green+Blue) = 203+71+153=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 71 (28.12% from 255 or 16.63% from 427); Blue value is 153 (60.16% from 255 or 35.83% from 427); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4799 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4799 is #34B866. Grayscale: #777777. Windows color (decimal): -3455079 or 10045387. OLE color: 10045387.

HSL color Cylindrical-coordinate representation of color #CB4799: hue angle of 322.73º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CB4799 is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB20371153-
CMYK00.650.250.20
HSL322.73º55.93%53.73%-
HSV(B)322.73º65.02%79.61%-
XYZ32.6319.532.18-
YUV119.82146.73187.33-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.54%
GREEN value IS 71 (28.12% from 255) = 16.63%
BLUE value IS 153 (60.16% from 255) = 35.83%
R=47.54%
G=16.63%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037115300.650.250.20322.7355.9353.73
HexCB479904119141433836
Octal313107231010131245037066
Binary11001011100011110011001010000011100110100101000011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4799; }

 p { color: rgb(203,71,153); }

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

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

 a { background-color: rgb(203,71,153); }

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

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

 span { border-color: rgb(203,71,153); }

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