Shades of Roman #CF6862
Tints of Roman #CF6862
RGB
CMYK
RGB Variations
Color information
#CF6862 (or 0xCF6862) is known color: Roman. HEX triplet: CF, 68 and 62. RGB value is (207,104,98). Sum of RGB (Red+Green+Blue) = 207+104+98=409 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.61% from 409); Green value is 104 (41.02% from 255 or 25.43% from 409); Blue value is 98 (38.67% from 255 or 23.96% from 409); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6862 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6862 is #30979D. Grayscale: #868686. Windows color (decimal): -3184542 or 6449359. OLE color: 6449359.
HSL color Cylindrical-coordinate representation of color #CF6862: hue angle of 3.3º 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 #CF6862 is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 104 | 98 | - |
| CMYK | 0 | 0.50 | 0.53 | 0.19 |
| HSL | 3.3º | 0.53% | 0.6% | - |
| HSV(B) | 3.3º | 0.53% | 0.81% | - |
| XYZ | 32.89 | 24.05 | 14.46 | - |
| YUV | 134.11 | 107.62 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 104 | 98 | 0 | 0.50 | 0.53 | 0.19 | 3.3 | 0.53 | 0.6 |
| Hex | CF | 68 | 62 | 0 | 32 | 35 | 13 | 3 | 35 | 3C |
| Octal | 317 | 150 | 142 | 0 | 62 | 65 | 23 | 3 | 65 | 74 |
| Binary | 11001111 | 1101000 | 1100010 | 0 | 110010 | 110101 | 10011 | 11 | 110101 | 111100 |
Color Harmonies of #CF6862
Complementary color
Monochromatic Colors of #CF6862
Black with #CF6862
Text Example
Text Example
White with #CF6862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6862; }
p { color: rgb(207,104,98); }
H1.HeaderClassName
{
color: #CF6862;
}
.AnyTagClassName
{
color: #CF6862;
}
</style>
background-color css
<style>
a { background-color: #CF6862; }
a { background-color: rgb(207,104,98); }
div.DivClassName
{
background-color: #CF6862;
}
.BgClassName
{
background-color: #CF6862;
}
</style>
border-color css
<style>
span { border-color: #CF6862; }
span { border-color: rgb(207,104,98); }
td.TdClassName
{
border-color: #CF6862;
}
.TagClassName
{
border-color: #CF6862;
}
</style>