Shades of Mandy #CC4548
Tints of Mandy #CC4548
RGB
CMYK
RGB Variations
Color information
#CC4548 (or 0xCC4548) is known color: Mandy. HEX triplet: CC, 45 and 48. RGB value is (204,69,72). Sum of RGB (Red+Green+Blue) = 204+69+72=345 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.13% from 345); Green value is 69 (27.34% from 255 or 20% from 345); Blue value is 72 (28.52% from 255 or 20.87% from 345); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4548 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4548 is #33BAB7. Grayscale: #6D6D6D. Windows color (decimal): -3390136 or 4736460. OLE color: 4736460.
HSL color Cylindrical-coordinate representation of color #CC4548: hue angle of 358.67º 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 #CC4548 is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 69 | 72 | - |
| CMYK | 0 | 0.66 | 0.65 | 0.2 |
| HSL | 358.67º | 0.57% | 0.54% | - |
| HSV(B) | 358.67º | 0.66% | 0.8% | - |
| XYZ | 28.2 | 17.56 | 8.03 | - |
| YUV | 109.71 | 106.73 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 69 | 72 | 0 | 0.66 | 0.65 | 0.2 | 358.67 | 0.57 | 0.54 |
| Hex | CC | 45 | 48 | 0 | 42 | 41 | 14 | 167 | 39 | 36 |
| Octal | 314 | 105 | 110 | 0 | 102 | 101 | 24 | 547 | 71 | 66 |
| Binary | 11001100 | 1000101 | 1001000 | 0 | 1000010 | 1000001 | 10100 | 101100111 | 111001 | 110110 |
Color Harmonies of #CC4548
Complementary color
Monochromatic Colors of #CC4548
Black with #CC4548
Text Example
Text Example
White with #CC4548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4548; }
p { color: rgb(204,69,72); }
H1.HeaderClassName
{
color: #CC4548;
}
.AnyTagClassName
{
color: #CC4548;
}
</style>
background-color css
<style>
a { background-color: #CC4548; }
a { background-color: rgb(204,69,72); }
div.DivClassName
{
background-color: #CC4548;
}
.BgClassName
{
background-color: #CC4548;
}
</style>
border-color css
<style>
span { border-color: #CC4548; }
span { border-color: rgb(204,69,72); }
td.TdClassName
{
border-color: #CC4548;
}
.TagClassName
{
border-color: #CC4548;
}
</style>