Shades of Mandy #CC494B
Tints of Mandy #CC494B
RGB
CMYK
RGB Variations
Color information
#CC494B (or 0xCC494B) is known color: Mandy. HEX triplet: CC, 49 and 4B. RGB value is (204,73,75). Sum of RGB (Red+Green+Blue) = 204+73+75=352 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.95% from 352); Green value is 73 (28.91% from 255 or 20.74% from 352); Blue value is 75 (29.69% from 255 or 21.31% from 352); Max value from RGB is 204 - color contains mainly: red. Hex color #CC494B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC494B is #33B6B4. Grayscale: #707070. Windows color (decimal): -3389109 or 4934092. OLE color: 4934092.
HSL color Cylindrical-coordinate representation of color #CC494B: hue angle of 359.08º 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 #CC494B is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 73 | 75 | - |
| CMYK | 0 | 0.64 | 0.63 | 0.2 |
| HSL | 359.08º | 0.56% | 0.54% | - |
| HSV(B) | 359.08º | 0.64% | 0.8% | - |
| XYZ | 28.55 | 18.11 | 8.65 | - |
| YUV | 112.4 | 106.9 | 193.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 73 | 75 | 0 | 0.64 | 0.63 | 0.2 | 359.08 | 0.56 | 0.54 |
| Hex | CC | 49 | 4B | 0 | 40 | 3F | 14 | 167 | 38 | 36 |
| Octal | 314 | 111 | 113 | 0 | 100 | 77 | 24 | 547 | 70 | 66 |
| Binary | 11001100 | 1001001 | 1001011 | 0 | 1000000 | 111111 | 10100 | 101100111 | 111000 | 110110 |
Color Harmonies of #CC494B
Complementary color
Monochromatic Colors of #CC494B
Black with #CC494B
Text Example
Text Example
White with #CC494B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC494B; }
p { color: rgb(204,73,75); }
H1.HeaderClassName
{
color: #CC494B;
}
.AnyTagClassName
{
color: #CC494B;
}
</style>
background-color css
<style>
a { background-color: #CC494B; }
a { background-color: rgb(204,73,75); }
div.DivClassName
{
background-color: #CC494B;
}
.BgClassName
{
background-color: #CC494B;
}
</style>
border-color css
<style>
span { border-color: #CC494B; }
span { border-color: rgb(204,73,75); }
td.TdClassName
{
border-color: #CC494B;
}
.TagClassName
{
border-color: #CC494B;
}
</style>