Shades of Mandy #CC4952
Tints of Mandy #CC4952
RGB
CMYK
RGB Variations
Color information
#CC4952 (or 0xCC4952) is known color: Mandy. HEX triplet: CC, 49 and 52. RGB value is (204,73,82). Sum of RGB (Red+Green+Blue) = 204+73+82=359 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.82% from 359); Green value is 73 (28.91% from 255 or 20.33% from 359); Blue value is 82 (32.42% from 255 or 22.84% from 359); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4952 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4952 is #33B6AD. Grayscale: #717171. Windows color (decimal): -3389102 or 5392844. OLE color: 5392844.
HSL color Cylindrical-coordinate representation of color #CC4952: hue angle of 355.88º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC4952 is Cyan = 0, Magento = 0.64, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 73 | 82 | - |
| CMYK | 0 | 0.64 | 0.60 | 0.2 |
| HSL | 355.88º | 0.56% | 0.54% | - |
| HSV(B) | 355.88º | 0.64% | 0.8% | - |
| XYZ | 28.81 | 18.21 | 9.98 | - |
| YUV | 113.2 | 110.4 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 73 | 82 | 0 | 0.64 | 0.60 | 0.2 | 355.88 | 0.56 | 0.54 |
| Hex | CC | 49 | 52 | 0 | 40 | 3C | 14 | 164 | 38 | 36 |
| Octal | 314 | 111 | 122 | 0 | 100 | 74 | 24 | 544 | 70 | 66 |
| Binary | 11001100 | 1001001 | 1010010 | 0 | 1000000 | 111100 | 10100 | 101100100 | 111000 | 110110 |
Color Harmonies of #CC4952
Complementary color
Monochromatic Colors of #CC4952
Black with #CC4952
Text Example
Text Example
White with #CC4952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4952; }
p { color: rgb(204,73,82); }
H1.HeaderClassName
{
color: #CC4952;
}
.AnyTagClassName
{
color: #CC4952;
}
</style>
background-color css
<style>
a { background-color: #CC4952; }
a { background-color: rgb(204,73,82); }
div.DivClassName
{
background-color: #CC4952;
}
.BgClassName
{
background-color: #CC4952;
}
</style>
border-color css
<style>
span { border-color: #CC4952; }
span { border-color: rgb(204,73,82); }
td.TdClassName
{
border-color: #CC4952;
}
.TagClassName
{
border-color: #CC4952;
}
</style>