Shades of Mandy #CF6267
Tints of Mandy #CF6267
RGB
CMYK
RGB Variations
Color information
#CF6267 (or 0xCF6267) is known color: Mandy. HEX triplet: CF, 62 and 67. RGB value is (207,98,103). Sum of RGB (Red+Green+Blue) = 207+98+103=408 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.74% from 408); Green value is 98 (38.67% from 255 or 24.02% from 408); Blue value is 103 (40.62% from 255 or 25.25% from 408); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6267 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6267 is #309D98. Grayscale: #838383. Windows color (decimal): -3186073 or 6775503. OLE color: 6775503.
HSL color Cylindrical-coordinate representation of color #CF6267: hue angle of 357.25º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF6267 is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 98 | 103 | - |
| CMYK | 0 | 0.53 | 0.50 | 0.19 |
| HSL | 357.25º | 0.53% | 0.6% | - |
| HSV(B) | 357.25º | 0.53% | 0.81% | - |
| XYZ | 32.55 | 22.98 | 15.55 | - |
| YUV | 131.16 | 112.11 | 182.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 98 | 103 | 0 | 0.53 | 0.50 | 0.19 | 357.25 | 0.53 | 0.6 |
| Hex | CF | 62 | 67 | 0 | 35 | 32 | 13 | 165 | 35 | 3C |
| Octal | 317 | 142 | 147 | 0 | 65 | 62 | 23 | 545 | 65 | 74 |
| Binary | 11001111 | 1100010 | 1100111 | 0 | 110101 | 110010 | 10011 | 101100101 | 110101 | 111100 |
Color Harmonies of #CF6267
Complementary color
Monochromatic Colors of #CF6267
Black with #CF6267
Text Example
Text Example
White with #CF6267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6267; }
p { color: rgb(207,98,103); }
H1.HeaderClassName
{
color: #CF6267;
}
.AnyTagClassName
{
color: #CF6267;
}
</style>
background-color css
<style>
a { background-color: #CF6267; }
a { background-color: rgb(207,98,103); }
div.DivClassName
{
background-color: #CF6267;
}
.BgClassName
{
background-color: #CF6267;
}
</style>
border-color css
<style>
span { border-color: #CF6267; }
span { border-color: rgb(207,98,103); }
td.TdClassName
{
border-color: #CF6267;
}
.TagClassName
{
border-color: #CF6267;
}
</style>