Shades of Mandy #CF484D
Tints of Mandy #CF484D
RGB
CMYK
RGB Variations
Color information
#CF484D (or 0xCF484D) is known color: Mandy. HEX triplet: CF, 48 and 4D. RGB value is (207,72,77). Sum of RGB (Red+Green+Blue) = 207+72+77=356 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.15% from 356); Green value is 72 (28.52% from 255 or 20.22% from 356); Blue value is 77 (30.47% from 255 or 21.63% from 356); Max value from RGB is 207 - color contains mainly: red. Hex color #CF484D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF484D is #30B7B2. Grayscale: #717171. Windows color (decimal): -3192755 or 5064911. OLE color: 5064911.
HSL color Cylindrical-coordinate representation of color #CF484D: hue angle of 357.78º 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 #CF484D is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 72 | 77 | - |
| CMYK | 0 | 0.65 | 0.63 | 0.19 |
| HSL | 357.78º | 0.58% | 0.55% | - |
| HSV(B) | 357.78º | 0.65% | 0.81% | - |
| XYZ | 29.39 | 18.44 | 9.03 | - |
| YUV | 112.94 | 107.73 | 195.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 72 | 77 | 0 | 0.65 | 0.63 | 0.19 | 357.78 | 0.58 | 0.55 |
| Hex | CF | 48 | 4D | 0 | 41 | 3F | 13 | 166 | 3A | 37 |
| Octal | 317 | 110 | 115 | 0 | 101 | 77 | 23 | 546 | 72 | 67 |
| Binary | 11001111 | 1001000 | 1001101 | 0 | 1000001 | 111111 | 10011 | 101100110 | 111010 | 110111 |
Color Harmonies of #CF484D
Complementary color
Monochromatic Colors of #CF484D
Black with #CF484D
Text Example
Text Example
White with #CF484D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF484D; }
p { color: rgb(207,72,77); }
H1.HeaderClassName
{
color: #CF484D;
}
.AnyTagClassName
{
color: #CF484D;
}
</style>
background-color css
<style>
a { background-color: #CF484D; }
a { background-color: rgb(207,72,77); }
div.DivClassName
{
background-color: #CF484D;
}
.BgClassName
{
background-color: #CF484D;
}
</style>
border-color css
<style>
span { border-color: #CF484D; }
span { border-color: rgb(207,72,77); }
td.TdClassName
{
border-color: #CF484D;
}
.TagClassName
{
border-color: #CF484D;
}
</style>