Shades of Mandy #CF484E
Tints of Mandy #CF484E
RGB
CMYK
RGB Variations
Color information
#CF484E (or 0xCF484E) is known color: Mandy. HEX triplet: CF, 48 and 4E. RGB value is (207,72,78). Sum of RGB (Red+Green+Blue) = 207+72+78=357 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.98% from 357); Green value is 72 (28.52% from 255 or 20.17% from 357); Blue value is 78 (30.86% from 255 or 21.85% from 357); Max value from RGB is 207 - color contains mainly: red. Hex color #CF484E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF484E is #30B7B1. Grayscale: #717171. Windows color (decimal): -3192754 or 5130447. OLE color: 5130447.
HSL color Cylindrical-coordinate representation of color #CF484E: hue angle of 357.33º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF484E is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 72 | 78 | - |
| CMYK | 0 | 0.65 | 0.62 | 0.19 |
| HSL | 357.33º | 0.58% | 0.55% | - |
| HSV(B) | 357.33º | 0.65% | 0.81% | - |
| XYZ | 29.42 | 18.45 | 9.22 | - |
| YUV | 113.05 | 108.23 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 72 | 78 | 0 | 0.65 | 0.62 | 0.19 | 357.33 | 0.58 | 0.55 |
| Hex | CF | 48 | 4E | 0 | 41 | 3E | 13 | 165 | 3A | 37 |
| Octal | 317 | 110 | 116 | 0 | 101 | 76 | 23 | 545 | 72 | 67 |
| Binary | 11001111 | 1001000 | 1001110 | 0 | 1000001 | 111110 | 10011 | 101100101 | 111010 | 110111 |
Color Harmonies of #CF484E
Complementary color
Monochromatic Colors of #CF484E
Black with #CF484E
Text Example
Text Example
White with #CF484E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF484E; }
p { color: rgb(207,72,78); }
H1.HeaderClassName
{
color: #CF484E;
}
.AnyTagClassName
{
color: #CF484E;
}
</style>
background-color css
<style>
a { background-color: #CF484E; }
a { background-color: rgb(207,72,78); }
div.DivClassName
{
background-color: #CF484E;
}
.BgClassName
{
background-color: #CF484E;
}
</style>
border-color css
<style>
span { border-color: #CF484E; }
span { border-color: rgb(207,72,78); }
td.TdClassName
{
border-color: #CF484E;
}
.TagClassName
{
border-color: #CF484E;
}
</style>