#CC515E

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

Shades of Mandy #CC515E

Tints of Mandy #CC515E

Color information

#CC515E (or 0xCC515E) is unknown color: approx Mandy. HEX triplet: CC, 51 and 5E. RGB value is (204,81,94). Sum of RGB (Red+Green+Blue) = 204+81+94=379 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.83% from 379); Green value is 81 (32.03% from 255 or 21.37% from 379); Blue value is 94 (37.11% from 255 or 24.80% from 379); Max value from RGB is 204 - color contains mainly: red. Hex color #CC515E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC515E is #33AEA1. Grayscale: #777777. Windows color (decimal): -3387042 or 6181324. OLE color: 6181324.

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

Color convert

RGB2048194-
CMYK00.600.540.2
HSL353.66º54.67%55.88%-
HSV(B)353.66º60.29%80%-
XYZ29.8619.5312.79-
YUV119.26113.75188.44-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 53.83%
GREEN value IS 81 (32.03% from 255) = 21.37%
BLUE value IS 94 (37.11% from 255) = 24.80%
R=53.83%
G=21.37%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.54
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204819400.600.540.2353.6654.6755.88
HexCC515E03C36141623738
Octal31412113607466245426770
Binary1100110010100011011110011110011011010100101100010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC515E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC515E; }

 p { color: rgb(204,81,94); }

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

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

 a { background-color: rgb(204,81,94); }

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

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

 span { border-color: rgb(204,81,94); }

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