Shades of Mandy #CC454D
Tints of Mandy #CC454D
RGB
CMYK
RGB Variations
Color information
#CC454D (or 0xCC454D) is known color: Mandy. HEX triplet: CC, 45 and 4D. RGB value is (204,69,77). Sum of RGB (Red+Green+Blue) = 204+69+77=350 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.29% from 350); Green value is 69 (27.34% from 255 or 19.71% from 350); Blue value is 77 (30.47% from 255 or 22% from 350); Max value from RGB is 204 - color contains mainly: red. Hex color #CC454D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC454D is #33BAB2. Grayscale: #6E6E6E. Windows color (decimal): -3390131 or 5064140. OLE color: 5064140.
HSL color Cylindrical-coordinate representation of color #CC454D: hue angle of 356.44º 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 #CC454D is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 69 | 77 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.2 |
| HSL | 356.44º | 0.57% | 0.54% | - |
| HSV(B) | 356.44º | 0.66% | 0.8% | - |
| XYZ | 28.37 | 17.63 | 8.93 | - |
| YUV | 110.28 | 109.23 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 69 | 77 | 0 | 0.66 | 0.62 | 0.2 | 356.44 | 0.57 | 0.54 |
| Hex | CC | 45 | 4D | 0 | 42 | 3E | 14 | 164 | 39 | 36 |
| Octal | 314 | 105 | 115 | 0 | 102 | 76 | 24 | 544 | 71 | 66 |
| Binary | 11001100 | 1000101 | 1001101 | 0 | 1000010 | 111110 | 10100 | 101100100 | 111001 | 110110 |
Color Harmonies of #CC454D
Complementary color
Monochromatic Colors of #CC454D
Black with #CC454D
Text Example
Text Example
White with #CC454D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC454D; }
p { color: rgb(204,69,77); }
H1.HeaderClassName
{
color: #CC454D;
}
.AnyTagClassName
{
color: #CC454D;
}
</style>
background-color css
<style>
a { background-color: #CC454D; }
a { background-color: rgb(204,69,77); }
div.DivClassName
{
background-color: #CC454D;
}
.BgClassName
{
background-color: #CC454D;
}
</style>
border-color css
<style>
span { border-color: #CC454D; }
span { border-color: rgb(204,69,77); }
td.TdClassName
{
border-color: #CC454D;
}
.TagClassName
{
border-color: #CC454D;
}
</style>