Shades of Mandy #CC454A
Tints of Mandy #CC454A
RGB
CMYK
RGB Variations
Color information
#CC454A (or 0xCC454A) is known color: Mandy. HEX triplet: CC, 45 and 4A. RGB value is (204,69,74). Sum of RGB (Red+Green+Blue) = 204+69+74=347 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.79% from 347); Green value is 69 (27.34% from 255 or 19.88% from 347); Blue value is 74 (29.30% from 255 or 21.33% from 347); Max value from RGB is 204 - color contains mainly: red. Hex color #CC454A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC454A is #33BAB5. Grayscale: #6E6E6E. Windows color (decimal): -3390134 or 4867532. OLE color: 4867532.
HSL color Cylindrical-coordinate representation of color #CC454A: hue angle of 357.78º 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 #CC454A is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 69 | 74 | - |
| CMYK | 0 | 0.66 | 0.64 | 0.2 |
| HSL | 357.78º | 0.57% | 0.54% | - |
| HSV(B) | 357.78º | 0.66% | 0.8% | - |
| XYZ | 28.27 | 17.59 | 8.38 | - |
| YUV | 109.94 | 107.73 | 195.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 69 | 74 | 0 | 0.66 | 0.64 | 0.2 | 357.78 | 0.57 | 0.54 |
| Hex | CC | 45 | 4A | 0 | 42 | 40 | 14 | 166 | 39 | 36 |
| Octal | 314 | 105 | 112 | 0 | 102 | 100 | 24 | 546 | 71 | 66 |
| Binary | 11001100 | 1000101 | 1001010 | 0 | 1000010 | 1000000 | 10100 | 101100110 | 111001 | 110110 |
Color Harmonies of #CC454A
Complementary color
Monochromatic Colors of #CC454A
Black with #CC454A
Text Example
Text Example
White with #CC454A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC454A; }
p { color: rgb(204,69,74); }
H1.HeaderClassName
{
color: #CC454A;
}
.AnyTagClassName
{
color: #CC454A;
}
</style>
background-color css
<style>
a { background-color: #CC454A; }
a { background-color: rgb(204,69,74); }
div.DivClassName
{
background-color: #CC454A;
}
.BgClassName
{
background-color: #CC454A;
}
</style>
border-color css
<style>
span { border-color: #CC454A; }
span { border-color: rgb(204,69,74); }
td.TdClassName
{
border-color: #CC454A;
}
.TagClassName
{
border-color: #CC454A;
}
</style>