#CC4660

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

Shades of Mandy #CC4660

Tints of Mandy #CC4660

Color information

#CC4660 (or 0xCC4660) is unknown color: approx Mandy. HEX triplet: CC, 46 and 60. RGB value is (204,70,96). Sum of RGB (Red+Green+Blue) = 204+70+96=370 (49% of max value = 765). Red value is 204 (80.08% from 255 or 55.14% from 370); Green value is 70 (27.73% from 255 or 18.92% from 370); Blue value is 96 (37.89% from 255 or 25.95% from 370); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4660 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4660 is #33B99F. Grayscale: #717171. Windows color (decimal): -3389856 or 6309580. OLE color: 6309580.

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

Color convert

RGB2047096-
CMYK00.660.530.2
HSL348.36º56.78%53.73%-
HSV(B)348.36º65.69%80%-
XYZ29.218.0613.01-
YUV113.03118.39192.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 55.14%
GREEN value IS 70 (27.73% from 255) = 18.92%
BLUE value IS 96 (37.89% from 255) = 25.95%
R=55.14%
G=18.92%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.53
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204709600.660.530.2348.3656.7853.73
HexCC4660042351415c3936
Octal314106140010265245347166
Binary11001100100011011000000100001011010110100101011100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4660; }

 p { color: rgb(204,70,96); }

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

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

 a { background-color: rgb(204,70,96); }

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

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

 span { border-color: rgb(204,70,96); }

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