#CC498B

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

Shades of Mulberry #CC498B

Tints of Mulberry #CC498B

Color information

#CC498B (or 0xCC498B) is unknown color: approx Mulberry. HEX triplet: CC, 49 and 8B. RGB value is (204,73,139). Sum of RGB (Red+Green+Blue) = 204+73+139=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 73 (28.91% from 255 or 17.55% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CC498B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC498B is #33B674. Grayscale: #777777. Windows color (decimal): -3389045 or 9128396. OLE color: 9128396.

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

Color convert

RGB20473139-
CMYK00.640.320.2
HSL329.77º56.22%54.31%-
HSV(B)329.77º64.22%80%-
XYZ31.9419.4726.5-
YUV119.69138.9188.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.04%
GREEN value IS 73 (28.91% from 255) = 17.55%
BLUE value IS 139 (54.69% from 255) = 33.41%
R=49.04%
G=17.55%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047313900.640.320.2329.7756.2254.31
HexCC498B040201414a3836
Octal314111213010040245127066
Binary110011001001001100010110100000010000010100101001010111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC498B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC498B; }

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

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

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

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

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

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

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

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