Shades of Mandy #CC474B
Tints of Mandy #CC474B
RGB
CMYK
RGB Variations
Color information
#CC474B (or 0xCC474B) is known color: Mandy. HEX triplet: CC, 47 and 4B. RGB value is (204,71,75). Sum of RGB (Red+Green+Blue) = 204+71+75=350 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.29% from 350); Green value is 71 (28.12% from 255 or 20.29% from 350); Blue value is 75 (29.69% from 255 or 21.43% from 350); Max value from RGB is 204 - color contains mainly: red. Hex color #CC474B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC474B is #33B8B4. Grayscale: #6F6F6F. Windows color (decimal): -3389621 or 4933580. OLE color: 4933580.
HSL color Cylindrical-coordinate representation of color #CC474B: hue angle of 358.2º degrees, saturation: 0.57, 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 #CC474B is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 71 | 75 | - |
| CMYK | 0 | 0.65 | 0.63 | 0.2 |
| HSL | 358.2º | 0.57% | 0.54% | - |
| HSV(B) | 358.2º | 0.65% | 0.8% | - |
| XYZ | 28.43 | 17.85 | 8.6 | - |
| YUV | 111.22 | 107.56 | 194.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 71 | 75 | 0 | 0.65 | 0.63 | 0.2 | 358.2 | 0.57 | 0.54 |
| Hex | CC | 47 | 4B | 0 | 41 | 3F | 14 | 166 | 39 | 36 |
| Octal | 314 | 107 | 113 | 0 | 101 | 77 | 24 | 546 | 71 | 66 |
| Binary | 11001100 | 1000111 | 1001011 | 0 | 1000001 | 111111 | 10100 | 101100110 | 111001 | 110110 |
Color Harmonies of #CC474B
Complementary color
Monochromatic Colors of #CC474B
Black with #CC474B
Text Example
Text Example
White with #CC474B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC474B; }
p { color: rgb(204,71,75); }
H1.HeaderClassName
{
color: #CC474B;
}
.AnyTagClassName
{
color: #CC474B;
}
</style>
background-color css
<style>
a { background-color: #CC474B; }
a { background-color: rgb(204,71,75); }
div.DivClassName
{
background-color: #CC474B;
}
.BgClassName
{
background-color: #CC474B;
}
</style>
border-color css
<style>
span { border-color: #CC474B; }
span { border-color: rgb(204,71,75); }
td.TdClassName
{
border-color: #CC474B;
}
.TagClassName
{
border-color: #CC474B;
}
</style>