Shades of Mandy #CC464C
Tints of Mandy #CC464C
RGB
CMYK
RGB Variations
Color information
#CC464C (or 0xCC464C) is known color: Mandy. HEX triplet: CC, 46 and 4C. RGB value is (204,70,76). Sum of RGB (Red+Green+Blue) = 204+70+76=350 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.29% from 350); Green value is 70 (27.73% from 255 or 20% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 204 - color contains mainly: red. Hex color #CC464C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC464C is #33B9B3. Grayscale: #6E6E6E. Windows color (decimal): -3389876 or 4998860. OLE color: 4998860.
HSL color Cylindrical-coordinate representation of color #CC464C: hue angle of 357.31º 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 #CC464C is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 70 | 76 | - |
| CMYK | 0 | 0.66 | 0.63 | 0.2 |
| HSL | 357.31º | 0.57% | 0.54% | - |
| HSV(B) | 357.31º | 0.66% | 0.8% | - |
| XYZ | 28.4 | 17.74 | 8.76 | - |
| YUV | 110.75 | 108.39 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 70 | 76 | 0 | 0.66 | 0.63 | 0.2 | 357.31 | 0.57 | 0.54 |
| Hex | CC | 46 | 4C | 0 | 42 | 3F | 14 | 165 | 39 | 36 |
| Octal | 314 | 106 | 114 | 0 | 102 | 77 | 24 | 545 | 71 | 66 |
| Binary | 11001100 | 1000110 | 1001100 | 0 | 1000010 | 111111 | 10100 | 101100101 | 111001 | 110110 |
Color Harmonies of #CC464C
Complementary color
Monochromatic Colors of #CC464C
Black with #CC464C
Text Example
Text Example
White with #CC464C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC464C; }
p { color: rgb(204,70,76); }
H1.HeaderClassName
{
color: #CC464C;
}
.AnyTagClassName
{
color: #CC464C;
}
</style>
background-color css
<style>
a { background-color: #CC464C; }
a { background-color: rgb(204,70,76); }
div.DivClassName
{
background-color: #CC464C;
}
.BgClassName
{
background-color: #CC464C;
}
</style>
border-color css
<style>
span { border-color: #CC464C; }
span { border-color: rgb(204,70,76); }
td.TdClassName
{
border-color: #CC464C;
}
.TagClassName
{
border-color: #CC464C;
}
</style>