Shades of Mandy #CC4351
Tints of Mandy #CC4351
RGB
CMYK
RGB Variations
Color information
#CC4351 (or 0xCC4351) is known color: Mandy. HEX triplet: CC, 43 and 51. RGB value is (204,67,81). Sum of RGB (Red+Green+Blue) = 204+67+81=352 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.95% from 352); Green value is 67 (26.56% from 255 or 19.03% from 352); Blue value is 81 (32.03% from 255 or 23.01% from 352); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4351 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4351 is #33BCAE. Grayscale: #6D6D6D. Windows color (decimal): -3390639 or 5325772. OLE color: 5325772.
HSL color Cylindrical-coordinate representation of color #CC4351: hue angle of 353.87º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC4351 is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 67 | 81 | - |
| CMYK | 0 | 0.67 | 0.60 | 0.2 |
| HSL | 353.87º | 0.57% | 0.53% | - |
| HSV(B) | 353.87º | 0.67% | 0.8% | - |
| XYZ | 28.39 | 17.45 | 9.66 | - |
| YUV | 109.56 | 111.89 | 195.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 67 | 81 | 0 | 0.67 | 0.60 | 0.2 | 353.87 | 0.57 | 0.53 |
| Hex | CC | 43 | 51 | 0 | 43 | 3C | 14 | 162 | 39 | 35 |
| Octal | 314 | 103 | 121 | 0 | 103 | 74 | 24 | 542 | 71 | 65 |
| Binary | 11001100 | 1000011 | 1010001 | 0 | 1000011 | 111100 | 10100 | 101100010 | 111001 | 110101 |
Color Harmonies of #CC4351
Complementary color
Monochromatic Colors of #CC4351
Black with #CC4351
Text Example
Text Example
White with #CC4351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4351; }
p { color: rgb(204,67,81); }
H1.HeaderClassName
{
color: #CC4351;
}
.AnyTagClassName
{
color: #CC4351;
}
</style>
background-color css
<style>
a { background-color: #CC4351; }
a { background-color: rgb(204,67,81); }
div.DivClassName
{
background-color: #CC4351;
}
.BgClassName
{
background-color: #CC4351;
}
</style>
border-color css
<style>
span { border-color: #CC4351; }
span { border-color: rgb(204,67,81); }
td.TdClassName
{
border-color: #CC4351;
}
.TagClassName
{
border-color: #CC4351;
}
</style>