#CC499B

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

Shades of Mulberry #CC499B

Tints of Mulberry #CC499B

Color information

#CC499B (or 0xCC499B) is unknown color: approx Mulberry. HEX triplet: CC, 49 and 9B. RGB value is (204,73,155). Sum of RGB (Red+Green+Blue) = 204+73+155=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 73 (28.91% from 255 or 16.90% from 432); Blue value is 155 (60.94% from 255 or 35.88% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CC499B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC499B is #33B664. Grayscale: #797979. Windows color (decimal): -3389029 or 10176972. OLE color: 10176972.

HSL color Cylindrical-coordinate representation of color #CC499B: hue angle of 322.44º 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 #CC499B is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.2.

Color convert

RGB20473155-
CMYK00.640.240.2
HSL322.44º56.22%54.31%-
HSV(B)322.44º64.22%80%-
XYZ33.219.9733.11-
YUV121.52146.9186.83-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.22%
GREEN value IS 73 (28.91% from 255) = 16.90%
BLUE value IS 155 (60.94% from 255) = 35.88%
R=47.22%
G=16.90%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.24
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047315500.640.240.2322.4456.2254.31
HexCC499B04018141423836
Octal314111233010030245027066
Binary11001100100100110011011010000001100010100101000010111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC499B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC499B; }

 p { color: rgb(204,73,155); }

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

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

 a { background-color: rgb(204,73,155); }

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

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

 span { border-color: rgb(204,73,155); }

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