#CC498A

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

Shades of Mulberry #CC498A

Tints of Mulberry #CC498A

Color information

#CC498A (or 0xCC498A) is unknown color: approx Mulberry. HEX triplet: CC, 49 and 8A. RGB value is (204,73,138). Sum of RGB (Red+Green+Blue) = 204+73+138=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 73 (28.91% from 255 or 17.59% from 415); Blue value is 138 (54.30% from 255 or 33.25% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC498A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC498A is #33B675. Grayscale: #777777. Windows color (decimal): -3389046 or 9062860. OLE color: 9062860.

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

Color convert

RGB20473138-
CMYK00.640.320.2
HSL330.23º56.22%54.31%-
HSV(B)330.23º64.22%80%-
XYZ31.8719.4426.12-
YUV119.58138.4188.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.16%
GREEN value IS 73 (28.91% from 255) = 17.59%
BLUE value IS 138 (54.30% from 255) = 33.25%
R=49.16%
G=17.59%
B=33.25%

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
Decimal2047313800.640.320.2330.2356.2254.31
HexCC498A040201414a3836
Octal314111212010040245127066
Binary110011001001001100010100100000010000010100101001010111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC498A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC498A; }

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

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

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

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

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

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

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

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