Shades of Mandy #CC484A
Tints of Mandy #CC484A
RGB
CMYK
RGB Variations
Color information
#CC484A (or 0xCC484A) is known color: Mandy. HEX triplet: CC, 48 and 4A. RGB value is (204,72,74). Sum of RGB (Red+Green+Blue) = 204+72+74=350 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.29% from 350); Green value is 72 (28.52% from 255 or 20.57% from 350); Blue value is 74 (29.30% from 255 or 21.14% from 350); Max value from RGB is 204 - color contains mainly: red. Hex color #CC484A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC484A is #33B7B5. Grayscale: #6F6F6F. Windows color (decimal): -3389366 or 4868300. OLE color: 4868300.
HSL color Cylindrical-coordinate representation of color #CC484A: hue angle of 359.09º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC484A is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 72 | 74 | - |
| CMYK | 0 | 0.65 | 0.64 | 0.2 |
| HSL | 359.09º | 0.56% | 0.54% | - |
| HSV(B) | 359.09º | 0.65% | 0.8% | - |
| XYZ | 28.46 | 17.97 | 8.45 | - |
| YUV | 111.7 | 106.73 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 72 | 74 | 0 | 0.65 | 0.64 | 0.2 | 359.09 | 0.56 | 0.54 |
| Hex | CC | 48 | 4A | 0 | 41 | 40 | 14 | 167 | 38 | 36 |
| Octal | 314 | 110 | 112 | 0 | 101 | 100 | 24 | 547 | 70 | 66 |
| Binary | 11001100 | 1001000 | 1001010 | 0 | 1000001 | 1000000 | 10100 | 101100111 | 111000 | 110110 |
Color Harmonies of #CC484A
Complementary color
Monochromatic Colors of #CC484A
Black with #CC484A
Text Example
Text Example
White with #CC484A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC484A; }
p { color: rgb(204,72,74); }
H1.HeaderClassName
{
color: #CC484A;
}
.AnyTagClassName
{
color: #CC484A;
}
</style>
background-color css
<style>
a { background-color: #CC484A; }
a { background-color: rgb(204,72,74); }
div.DivClassName
{
background-color: #CC484A;
}
.BgClassName
{
background-color: #CC484A;
}
</style>
border-color css
<style>
span { border-color: #CC484A; }
span { border-color: rgb(204,72,74); }
td.TdClassName
{
border-color: #CC484A;
}
.TagClassName
{
border-color: #CC484A;
}
</style>