Shades of Mandy #CC4454
Tints of Mandy #CC4454
RGB
CMYK
RGB Variations
Color information
#CC4454 (or 0xCC4454) is known color: Mandy. HEX triplet: CC, 44 and 54. RGB value is (204,68,84). Sum of RGB (Red+Green+Blue) = 204+68+84=356 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.30% from 356); Green value is 68 (26.95% from 255 or 19.10% from 356); Blue value is 84 (33.20% from 255 or 23.60% from 356); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4454 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4454 is #33BBAB. Grayscale: #6E6E6E. Windows color (decimal): -3390380 or 5522636. OLE color: 5522636.
HSL color Cylindrical-coordinate representation of color #CC4454: hue angle of 352.94º 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 #CC4454 is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 68 | 84 | - |
| CMYK | 0 | 0.67 | 0.59 | 0.2 |
| HSL | 352.94º | 0.57% | 0.53% | - |
| HSV(B) | 352.94º | 0.67% | 0.8% | - |
| XYZ | 28.57 | 17.61 | 10.28 | - |
| YUV | 110.49 | 113.06 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 68 | 84 | 0 | 0.67 | 0.59 | 0.2 | 352.94 | 0.57 | 0.53 |
| Hex | CC | 44 | 54 | 0 | 43 | 3B | 14 | 161 | 39 | 35 |
| Octal | 314 | 104 | 124 | 0 | 103 | 73 | 24 | 541 | 71 | 65 |
| Binary | 11001100 | 1000100 | 1010100 | 0 | 1000011 | 111011 | 10100 | 101100001 | 111001 | 110101 |
Color Harmonies of #CC4454
Complementary color
Monochromatic Colors of #CC4454
Black with #CC4454
Text Example
Text Example
White with #CC4454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4454; }
p { color: rgb(204,68,84); }
H1.HeaderClassName
{
color: #CC4454;
}
.AnyTagClassName
{
color: #CC4454;
}
</style>
background-color css
<style>
a { background-color: #CC4454; }
a { background-color: rgb(204,68,84); }
div.DivClassName
{
background-color: #CC4454;
}
.BgClassName
{
background-color: #CC4454;
}
</style>
border-color css
<style>
span { border-color: #CC4454; }
span { border-color: rgb(204,68,84); }
td.TdClassName
{
border-color: #CC4454;
}
.TagClassName
{
border-color: #CC4454;
}
</style>