Shades of Mandy #CC4A4D
Tints of Mandy #CC4A4D
RGB
CMYK
RGB Variations
Color information
#CC4A4D (or 0xCC4A4D) is known color: Mandy. HEX triplet: CC, 4A and 4D. RGB value is (204,74,77). Sum of RGB (Red+Green+Blue) = 204+74+77=355 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.46% from 355); Green value is 74 (29.30% from 255 or 20.85% from 355); Blue value is 77 (30.47% from 255 or 21.69% from 355); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4A4D is #33B5B2. Grayscale: #717171. Windows color (decimal): -3388851 or 5065420. OLE color: 5065420.
HSL color Cylindrical-coordinate representation of color #CC4A4D: hue angle of 358.62º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC4A4D is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 74 | 77 | - |
| CMYK | 0 | 0.64 | 0.62 | 0.2 |
| HSL | 358.62º | 0.56% | 0.55% | - |
| HSV(B) | 358.62º | 0.64% | 0.8% | - |
| XYZ | 28.69 | 18.27 | 9.04 | - |
| YUV | 113.21 | 107.57 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 74 | 77 | 0 | 0.64 | 0.62 | 0.2 | 358.62 | 0.56 | 0.55 |
| Hex | CC | 4A | 4D | 0 | 40 | 3E | 14 | 167 | 38 | 37 |
| Octal | 314 | 112 | 115 | 0 | 100 | 76 | 24 | 547 | 70 | 67 |
| Binary | 11001100 | 1001010 | 1001101 | 0 | 1000000 | 111110 | 10100 | 101100111 | 111000 | 110111 |
Color Harmonies of #CC4A4D
Complementary color
Monochromatic Colors of #CC4A4D
Black with #CC4A4D
Text Example
Text Example
White with #CC4A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4A4D; }
p { color: rgb(204,74,77); }
H1.HeaderClassName
{
color: #CC4A4D;
}
.AnyTagClassName
{
color: #CC4A4D;
}
</style>
background-color css
<style>
a { background-color: #CC4A4D; }
a { background-color: rgb(204,74,77); }
div.DivClassName
{
background-color: #CC4A4D;
}
.BgClassName
{
background-color: #CC4A4D;
}
</style>
border-color css
<style>
span { border-color: #CC4A4D; }
span { border-color: rgb(204,74,77); }
td.TdClassName
{
border-color: #CC4A4D;
}
.TagClassName
{
border-color: #CC4A4D;
}
</style>