#CB4699

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

Shades of Mulberry #CB4699

Tints of Mulberry #CB4699

Color information

#CB4699 (or 0xCB4699) is unknown color: approx Mulberry. HEX triplet: CB, 46 and 99. RGB value is (203,70,153). Sum of RGB (Red+Green+Blue) = 203+70+153=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 70 (27.73% from 255 or 16.43% from 426); Blue value is 153 (60.16% from 255 or 35.92% from 426); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4699 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4699 is #34B966. Grayscale: #777777. Windows color (decimal): -3455335 or 10045131. OLE color: 10045131.

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

Color convert

RGB20370153-
CMYK00.660.250.20
HSL322.56º56.12%53.53%-
HSV(B)322.56º65.52%79.61%-
XYZ32.5719.3832.16-
YUV119.23147.06187.75-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.65%
GREEN value IS 70 (27.73% from 255) = 16.43%
BLUE value IS 153 (60.16% from 255) = 35.92%
R=47.65%
G=16.43%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037015300.660.250.20322.5656.1253.53
HexCB469904219141433836
Octal313106231010231245037066
Binary11001011100011010011001010000101100110100101000011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4699; }

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

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

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

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

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

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

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

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