Shades of Mandy #CC484C
Tints of Mandy #CC484C
RGB
CMYK
RGB Variations
Color information
#CC484C (or 0xCC484C) is known color: Mandy. HEX triplet: CC, 48 and 4C. RGB value is (204,72,76). Sum of RGB (Red+Green+Blue) = 204+72+76=352 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.95% from 352); Green value is 72 (28.52% from 255 or 20.45% from 352); Blue value is 76 (30.08% from 255 or 21.59% from 352); Max value from RGB is 204 - color contains mainly: red. Hex color #CC484C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC484C is #33B7B3. Grayscale: #707070. Windows color (decimal): -3389364 or 4999372. OLE color: 4999372.
HSL color Cylindrical-coordinate representation of color #CC484C: hue angle of 358.18º 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 #CC484C is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 72 | 76 | - |
| CMYK | 0 | 0.65 | 0.63 | 0.2 |
| HSL | 358.18º | 0.56% | 0.54% | - |
| HSV(B) | 358.18º | 0.65% | 0.8% | - |
| XYZ | 28.52 | 17.99 | 8.81 | - |
| YUV | 111.92 | 107.73 | 193.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 72 | 76 | 0 | 0.65 | 0.63 | 0.2 | 358.18 | 0.56 | 0.54 |
| Hex | CC | 48 | 4C | 0 | 41 | 3F | 14 | 166 | 38 | 36 |
| Octal | 314 | 110 | 114 | 0 | 101 | 77 | 24 | 546 | 70 | 66 |
| Binary | 11001100 | 1001000 | 1001100 | 0 | 1000001 | 111111 | 10100 | 101100110 | 111000 | 110110 |
Color Harmonies of #CC484C
Complementary color
Monochromatic Colors of #CC484C
Black with #CC484C
Text Example
Text Example
White with #CC484C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC484C; }
p { color: rgb(204,72,76); }
H1.HeaderClassName
{
color: #CC484C;
}
.AnyTagClassName
{
color: #CC484C;
}
</style>
background-color css
<style>
a { background-color: #CC484C; }
a { background-color: rgb(204,72,76); }
div.DivClassName
{
background-color: #CC484C;
}
.BgClassName
{
background-color: #CC484C;
}
</style>
border-color css
<style>
span { border-color: #CC484C; }
span { border-color: rgb(204,72,76); }
td.TdClassName
{
border-color: #CC484C;
}
.TagClassName
{
border-color: #CC484C;
}
</style>