Shades of Mandy #CC424B
Tints of Mandy #CC424B
RGB
CMYK
RGB Variations
Color information
#CC424B (or 0xCC424B) is known color: Mandy. HEX triplet: CC, 42 and 4B. RGB value is (204,66,75). Sum of RGB (Red+Green+Blue) = 204+66+75=345 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.13% from 345); Green value is 66 (26.17% from 255 or 19.13% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 204 - color contains mainly: red. Hex color #CC424B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC424B is #33BDB4. Grayscale: #6C6C6C. Windows color (decimal): -3390901 or 4932300. OLE color: 4932300.
HSL color Cylindrical-coordinate representation of color #CC424B: hue angle of 356.09º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC424B is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 66 | 75 | - |
| CMYK | 0 | 0.68 | 0.63 | 0.2 |
| HSL | 356.09º | 0.58% | 0.53% | - |
| HSV(B) | 356.09º | 0.68% | 0.8% | - |
| XYZ | 28.12 | 17.24 | 8.5 | - |
| YUV | 108.29 | 109.22 | 196.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 66 | 75 | 0 | 0.68 | 0.63 | 0.2 | 356.09 | 0.58 | 0.53 |
| Hex | CC | 42 | 4B | 0 | 44 | 3F | 14 | 164 | 3A | 35 |
| Octal | 314 | 102 | 113 | 0 | 104 | 77 | 24 | 544 | 72 | 65 |
| Binary | 11001100 | 1000010 | 1001011 | 0 | 1000100 | 111111 | 10100 | 101100100 | 111010 | 110101 |
Color Harmonies of #CC424B
Complementary color
Monochromatic Colors of #CC424B
Black with #CC424B
Text Example
Text Example
White with #CC424B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC424B; }
p { color: rgb(204,66,75); }
H1.HeaderClassName
{
color: #CC424B;
}
.AnyTagClassName
{
color: #CC424B;
}
</style>
background-color css
<style>
a { background-color: #CC424B; }
a { background-color: rgb(204,66,75); }
div.DivClassName
{
background-color: #CC424B;
}
.BgClassName
{
background-color: #CC424B;
}
</style>
border-color css
<style>
span { border-color: #CC424B; }
span { border-color: rgb(204,66,75); }
td.TdClassName
{
border-color: #CC424B;
}
.TagClassName
{
border-color: #CC424B;
}
</style>