Shades of Roman #CF695F
Tints of Roman #CF695F
RGB
CMYK
RGB Variations
Color information
#CF695F (or 0xCF695F) is known color: Roman. HEX triplet: CF, 69 and 5F. RGB value is (207,105,95). Sum of RGB (Red+Green+Blue) = 207+105+95=407 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.86% from 407); Green value is 105 (41.41% from 255 or 25.80% from 407); Blue value is 95 (37.5% from 255 or 23.34% from 407); Max value from RGB is 207 - color contains mainly: red. Hex color #CF695F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF695F is #3096A0. Grayscale: #868686. Windows color (decimal): -3184289 or 6253007. OLE color: 6253007.
HSL color Cylindrical-coordinate representation of color #CF695F: hue angle of 5.36º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CF695F is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 105 | 95 | - |
| CMYK | 0 | 0.49 | 0.54 | 0.19 |
| HSL | 5.36º | 0.54% | 0.59% | - |
| HSV(B) | 5.36º | 0.54% | 0.81% | - |
| XYZ | 32.85 | 24.19 | 13.77 | - |
| YUV | 134.36 | 105.79 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 105 | 95 | 0 | 0.49 | 0.54 | 0.19 | 5.36 | 0.54 | 0.59 |
| Hex | CF | 69 | 5F | 0 | 31 | 36 | 13 | 5 | 36 | 3B |
| Octal | 317 | 151 | 137 | 0 | 61 | 66 | 23 | 5 | 66 | 73 |
| Binary | 11001111 | 1101001 | 1011111 | 0 | 110001 | 110110 | 10011 | 101 | 110110 | 111011 |
Color Harmonies of #CF695F
Complementary color
Monochromatic Colors of #CF695F
Black with #CF695F
Text Example
Text Example
White with #CF695F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF695F; }
p { color: rgb(207,105,95); }
H1.HeaderClassName
{
color: #CF695F;
}
.AnyTagClassName
{
color: #CF695F;
}
</style>
background-color css
<style>
a { background-color: #CF695F; }
a { background-color: rgb(207,105,95); }
div.DivClassName
{
background-color: #CF695F;
}
.BgClassName
{
background-color: #CF695F;
}
</style>
border-color css
<style>
span { border-color: #CF695F; }
span { border-color: rgb(207,105,95); }
td.TdClassName
{
border-color: #CF695F;
}
.TagClassName
{
border-color: #CF695F;
}
</style>