#CC4C9C

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

Shades of Mulberry #CC4C9C

Tints of Mulberry #CC4C9C

Color information

#CC4C9C (or 0xCC4C9C) is unknown color: approx Mulberry. HEX triplet: CC, 4C and 9C. RGB value is (204,76,156). Sum of RGB (Red+Green+Blue) = 204+76+156=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 76 (30.08% from 255 or 17.43% from 436); Blue value is 156 (61.33% from 255 or 35.78% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4C9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4C9C is #33B363. Grayscale: #7B7B7B. Windows color (decimal): -3388260 or 10243276. OLE color: 10243276.

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

Color convert

RGB20476156-
CMYK00.630.240.2
HSL322.5º55.65%54.9%-
HSV(B)322.5º62.75%80%-
XYZ33.4920.4133.63-
YUV123.39146.41185.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.79%
GREEN value IS 76 (30.08% from 255) = 17.43%
BLUE value IS 156 (61.33% from 255) = 35.78%
R=46.79%
G=17.43%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.24
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047615600.630.240.2322.555.6554.9
HexCC4C9C03F18141423837
Octal31411423407730245027067
Binary1100110010011001001110001111111100010100101000010111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4C9C; }

 p { color: rgb(204,76,156); }

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

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

 a { background-color: rgb(204,76,156); }

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

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

 span { border-color: rgb(204,76,156); }

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