Shades of Mandy #CC454F
Tints of Mandy #CC454F
RGB
CMYK
RGB Variations
Color information
#CC454F (or 0xCC454F) is known color: Mandy. HEX triplet: CC, 45 and 4F. RGB value is (204,69,79). Sum of RGB (Red+Green+Blue) = 204+69+79=352 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.95% from 352); Green value is 69 (27.34% from 255 or 19.60% from 352); Blue value is 79 (31.25% from 255 or 22.44% from 352); Max value from RGB is 204 - color contains mainly: red. Hex color #CC454F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC454F is #33BAB0. Grayscale: #6E6E6E. Windows color (decimal): -3390129 or 5195212. OLE color: 5195212.
HSL color Cylindrical-coordinate representation of color #CC454F: hue angle of 355.56º 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 #CC454F is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 69 | 79 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.2 |
| HSL | 355.56º | 0.57% | 0.54% | - |
| HSV(B) | 355.56º | 0.66% | 0.8% | - |
| XYZ | 28.44 | 17.66 | 9.31 | - |
| YUV | 110.51 | 110.23 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 69 | 79 | 0 | 0.66 | 0.61 | 0.2 | 355.56 | 0.57 | 0.54 |
| Hex | CC | 45 | 4F | 0 | 42 | 3D | 14 | 164 | 39 | 36 |
| Octal | 314 | 105 | 117 | 0 | 102 | 75 | 24 | 544 | 71 | 66 |
| Binary | 11001100 | 1000101 | 1001111 | 0 | 1000010 | 111101 | 10100 | 101100100 | 111001 | 110110 |
Color Harmonies of #CC454F
Complementary color
Monochromatic Colors of #CC454F
Black with #CC454F
Text Example
Text Example
White with #CC454F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC454F; }
p { color: rgb(204,69,79); }
H1.HeaderClassName
{
color: #CC454F;
}
.AnyTagClassName
{
color: #CC454F;
}
</style>
background-color css
<style>
a { background-color: #CC454F; }
a { background-color: rgb(204,69,79); }
div.DivClassName
{
background-color: #CC454F;
}
.BgClassName
{
background-color: #CC454F;
}
</style>
border-color css
<style>
span { border-color: #CC454F; }
span { border-color: rgb(204,69,79); }
td.TdClassName
{
border-color: #CC454F;
}
.TagClassName
{
border-color: #CC454F;
}
</style>