Shades of Mandy #CC4B4D
Tints of Mandy #CC4B4D
RGB
CMYK
RGB Variations
Color information
#CC4B4D (or 0xCC4B4D) is known color: Mandy. HEX triplet: CC, 4B and 4D. RGB value is (204,75,77). Sum of RGB (Red+Green+Blue) = 204+75+77=356 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.30% from 356); Green value is 75 (29.69% from 255 or 21.07% from 356); Blue value is 77 (30.47% from 255 or 21.63% from 356); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4B4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4B4D is #33B4B2. Grayscale: #717171. Windows color (decimal): -3388595 or 5065676. OLE color: 5065676.
HSL color Cylindrical-coordinate representation of color #CC4B4D: hue angle of 359.07º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC4B4D is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 75 | 77 | - |
| CMYK | 0 | 0.63 | 0.62 | 0.2 |
| HSL | 359.07º | 0.56% | 0.55% | - |
| HSV(B) | 359.07º | 0.63% | 0.8% | - |
| XYZ | 28.76 | 18.41 | 9.06 | - |
| YUV | 113.8 | 107.24 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 75 | 77 | 0 | 0.63 | 0.62 | 0.2 | 359.07 | 0.56 | 0.55 |
| Hex | CC | 4B | 4D | 0 | 3F | 3E | 14 | 167 | 38 | 37 |
| Octal | 314 | 113 | 115 | 0 | 77 | 76 | 24 | 547 | 70 | 67 |
| Binary | 11001100 | 1001011 | 1001101 | 0 | 111111 | 111110 | 10100 | 101100111 | 111000 | 110111 |
Color Harmonies of #CC4B4D
Complementary color
Monochromatic Colors of #CC4B4D
Black with #CC4B4D
Text Example
Text Example
White with #CC4B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4B4D; }
p { color: rgb(204,75,77); }
H1.HeaderClassName
{
color: #CC4B4D;
}
.AnyTagClassName
{
color: #CC4B4D;
}
</style>
background-color css
<style>
a { background-color: #CC4B4D; }
a { background-color: rgb(204,75,77); }
div.DivClassName
{
background-color: #CC4B4D;
}
.BgClassName
{
background-color: #CC4B4D;
}
</style>
border-color css
<style>
span { border-color: #CC4B4D; }
span { border-color: rgb(204,75,77); }
td.TdClassName
{
border-color: #CC4B4D;
}
.TagClassName
{
border-color: #CC4B4D;
}
</style>