Shades of Mandy #CC494A
Tints of Mandy #CC494A
RGB
CMYK
RGB Variations
Color information
#CC494A (or 0xCC494A) is known color: Mandy. HEX triplet: CC, 49 and 4A. RGB value is (204,73,74). Sum of RGB (Red+Green+Blue) = 204+73+74=351 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.12% from 351); Green value is 73 (28.91% from 255 or 20.80% from 351); Blue value is 74 (29.30% from 255 or 21.08% from 351); Max value from RGB is 204 - color contains mainly: red. Hex color #CC494A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC494A is #33B6B5. Grayscale: #707070. Windows color (decimal): -3389110 or 4868556. OLE color: 4868556.
HSL color Cylindrical-coordinate representation of color #CC494A: hue angle of 359.54º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC494A is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 73 | 74 | - |
| CMYK | 0 | 0.64 | 0.64 | 0.2 |
| HSL | 359.54º | 0.56% | 0.54% | - |
| HSV(B) | 359.54º | 0.64% | 0.8% | - |
| XYZ | 28.52 | 18.1 | 8.47 | - |
| YUV | 112.28 | 106.4 | 193.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 73 | 74 | 0 | 0.64 | 0.64 | 0.2 | 359.54 | 0.56 | 0.54 |
| Hex | CC | 49 | 4A | 0 | 40 | 40 | 14 | 168 | 38 | 36 |
| Octal | 314 | 111 | 112 | 0 | 100 | 100 | 24 | 550 | 70 | 66 |
| Binary | 11001100 | 1001001 | 1001010 | 0 | 1000000 | 1000000 | 10100 | 101101000 | 111000 | 110110 |
Color Harmonies of #CC494A
Complementary color
Monochromatic Colors of #CC494A
Black with #CC494A
Text Example
Text Example
White with #CC494A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC494A; }
p { color: rgb(204,73,74); }
H1.HeaderClassName
{
color: #CC494A;
}
.AnyTagClassName
{
color: #CC494A;
}
</style>
background-color css
<style>
a { background-color: #CC494A; }
a { background-color: rgb(204,73,74); }
div.DivClassName
{
background-color: #CC494A;
}
.BgClassName
{
background-color: #CC494A;
}
</style>
border-color css
<style>
span { border-color: #CC494A; }
span { border-color: rgb(204,73,74); }
td.TdClassName
{
border-color: #CC494A;
}
.TagClassName
{
border-color: #CC494A;
}
</style>