Shades of Roman #CF695E
Tints of Roman #CF695E
RGB
CMYK
RGB Variations
Color information
#CF695E (or 0xCF695E) is known color: Roman. HEX triplet: CF, 69 and 5E. RGB value is (207,105,94). Sum of RGB (Red+Green+Blue) = 207+105+94=406 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.99% from 406); Green value is 105 (41.41% from 255 or 25.86% from 406); Blue value is 94 (37.11% from 255 or 23.15% from 406); Max value from RGB is 207 - color contains mainly: red. Hex color #CF695E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF695E is #3096A1. Grayscale: #868686. Windows color (decimal): -3184290 or 6187471. OLE color: 6187471.
HSL color Cylindrical-coordinate representation of color #CF695E: hue angle of 5.84º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CF695E is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 105 | 94 | - |
| CMYK | 0 | 0.49 | 0.55 | 0.19 |
| HSL | 5.84º | 0.54% | 0.59% | - |
| HSV(B) | 5.84º | 0.55% | 0.81% | - |
| XYZ | 32.8 | 24.18 | 13.53 | - |
| YUV | 134.24 | 105.29 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 105 | 94 | 0 | 0.49 | 0.55 | 0.19 | 5.84 | 0.54 | 0.59 |
| Hex | CF | 69 | 5E | 0 | 31 | 37 | 13 | 6 | 36 | 3B |
| Octal | 317 | 151 | 136 | 0 | 61 | 67 | 23 | 6 | 66 | 73 |
| Binary | 11001111 | 1101001 | 1011110 | 0 | 110001 | 110111 | 10011 | 110 | 110110 | 111011 |
Color Harmonies of #CF695E
Complementary color
Monochromatic Colors of #CF695E
Black with #CF695E
Text Example
Text Example
White with #CF695E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF695E; }
p { color: rgb(207,105,94); }
H1.HeaderClassName
{
color: #CF695E;
}
.AnyTagClassName
{
color: #CF695E;
}
</style>
background-color css
<style>
a { background-color: #CF695E; }
a { background-color: rgb(207,105,94); }
div.DivClassName
{
background-color: #CF695E;
}
.BgClassName
{
background-color: #CF695E;
}
</style>
border-color css
<style>
span { border-color: #CF695E; }
span { border-color: rgb(207,105,94); }
td.TdClassName
{
border-color: #CF695E;
}
.TagClassName
{
border-color: #CF695E;
}
</style>