#CB499F

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

Shades of Mulberry #CB499F

Tints of Mulberry #CB499F

Color information

#CB499F (or 0xCB499F) is unknown color: approx Mulberry. HEX triplet: CB, 49 and 9F. RGB value is (203,73,159). Sum of RGB (Red+Green+Blue) = 203+73+159=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 73 (28.91% from 255 or 16.78% from 435); Blue value is 159 (62.5% from 255 or 36.55% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CB499F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB499F is #34B660. Grayscale: #797979. Windows color (decimal): -3454561 or 10439115. OLE color: 10439115.

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

Color convert

RGB20373159-
CMYK00.640.220.20
HSL320.31º55.56%54.12%-
HSV(B)320.31º64.04%79.61%-
XYZ33.2719.9634.9-
YUV121.67149.07186.01-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.67%
GREEN value IS 73 (28.91% from 255) = 16.78%
BLUE value IS 159 (62.5% from 255) = 36.55%
R=46.67%
G=16.78%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037315900.640.220.20320.3155.5654.12
HexCB499F04016141403836
Octal313111237010026245007066
Binary11001011100100110011111010000001011010100101000000111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB499F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB499F; }

 p { color: rgb(203,73,159); }

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

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

 a { background-color: rgb(203,73,159); }

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

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

 span { border-color: rgb(203,73,159); }

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