Shades of Mandy #CC4549
Tints of Mandy #CC4549
RGB
CMYK
RGB Variations
Color information
#CC4549 (or 0xCC4549) is known color: Mandy. HEX triplet: CC, 45 and 49. RGB value is (204,69,73). Sum of RGB (Red+Green+Blue) = 204+69+73=346 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.96% from 346); Green value is 69 (27.34% from 255 or 19.94% from 346); Blue value is 73 (28.91% from 255 or 21.10% from 346); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4549 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4549 is #33BAB6. Grayscale: #6D6D6D. Windows color (decimal): -3390135 or 4801996. OLE color: 4801996.
HSL color Cylindrical-coordinate representation of color #CC4549: hue angle of 358.22º 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 #CC4549 is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 69 | 73 | - |
| CMYK | 0 | 0.66 | 0.64 | 0.2 |
| HSL | 358.22º | 0.57% | 0.54% | - |
| HSV(B) | 358.22º | 0.66% | 0.8% | - |
| XYZ | 28.23 | 17.57 | 8.21 | - |
| YUV | 109.82 | 107.23 | 195.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 69 | 73 | 0 | 0.66 | 0.64 | 0.2 | 358.22 | 0.57 | 0.54 |
| Hex | CC | 45 | 49 | 0 | 42 | 40 | 14 | 166 | 39 | 36 |
| Octal | 314 | 105 | 111 | 0 | 102 | 100 | 24 | 546 | 71 | 66 |
| Binary | 11001100 | 1000101 | 1001001 | 0 | 1000010 | 1000000 | 10100 | 101100110 | 111001 | 110110 |
Color Harmonies of #CC4549
Complementary color
Monochromatic Colors of #CC4549
Black with #CC4549
Text Example
Text Example
White with #CC4549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4549; }
p { color: rgb(204,69,73); }
H1.HeaderClassName
{
color: #CC4549;
}
.AnyTagClassName
{
color: #CC4549;
}
</style>
background-color css
<style>
a { background-color: #CC4549; }
a { background-color: rgb(204,69,73); }
div.DivClassName
{
background-color: #CC4549;
}
.BgClassName
{
background-color: #CC4549;
}
</style>
border-color css
<style>
span { border-color: #CC4549; }
span { border-color: rgb(204,69,73); }
td.TdClassName
{
border-color: #CC4549;
}
.TagClassName
{
border-color: #CC4549;
}
</style>