#cc598a

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

Shades of Mulberry #CC598A

Tints of Mulberry #CC598A

Color information

#CC598A (or 0xCC598A) is unknown color: approx Mulberry. HEX triplet: CC, 59 and 8A. RGB value is (204,89,138). Sum of RGB (Red+Green+Blue) = 204+89+138=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 89 (35.16% from 255 or 20.65% from 431); Blue value is 138 (54.30% from 255 or 32.02% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CC598A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC598A is #33A675. Grayscale: #808080. Windows color (decimal): -3384950 or 9066956. OLE color: 9066956.

HSL color Cylindrical-coordinate representation of color #CC598A: hue angle of 334.43º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC598A is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB20489138-
CMYK00.560.320.2
HSL334.43º53%57.45%-
HSV(B)334.43º56.37%80%-
XYZ33.0621.8226.51-
YUV128.97133.1181.52-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.33%
GREEN value IS 89 (35.16% from 255) = 20.65%
BLUE value IS 138 (54.30% from 255) = 32.02%
R=47.33%
G=20.65%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048913800.560.320.2334.435357.45
HexCC598A038201414e3539
Octal31413121207040245166571
Binary11001100101100110001010011100010000010100101001110110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc598a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc598a; }

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

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

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

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

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

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

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

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