Shades of Roman #CF685E
Tints of Roman #CF685E
RGB
CMYK
RGB Variations
Color information
#CF685E (or 0xCF685E) is known color: Roman. HEX triplet: CF, 68 and 5E. RGB value is (207,104,94). Sum of RGB (Red+Green+Blue) = 207+104+94=405 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.11% from 405); Green value is 104 (41.02% from 255 or 25.68% from 405); Blue value is 94 (37.11% from 255 or 23.21% from 405); Max value from RGB is 207 - color contains mainly: red. Hex color #CF685E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF685E is #3097A1. Grayscale: #858585. Windows color (decimal): -3184546 or 6187215. OLE color: 6187215.
HSL color Cylindrical-coordinate representation of color #CF685E: hue angle of 5.31º 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 #CF685E is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 104 | 94 | - |
| CMYK | 0 | 0.50 | 0.55 | 0.19 |
| HSL | 5.31º | 0.54% | 0.59% | - |
| HSV(B) | 5.31º | 0.55% | 0.81% | - |
| XYZ | 32.7 | 23.97 | 13.49 | - |
| YUV | 133.66 | 105.62 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 104 | 94 | 0 | 0.50 | 0.55 | 0.19 | 5.31 | 0.54 | 0.59 |
| Hex | CF | 68 | 5E | 0 | 32 | 37 | 13 | 5 | 36 | 3B |
| Octal | 317 | 150 | 136 | 0 | 62 | 67 | 23 | 5 | 66 | 73 |
| Binary | 11001111 | 1101000 | 1011110 | 0 | 110010 | 110111 | 10011 | 101 | 110110 | 111011 |
Color Harmonies of #CF685E
Complementary color
Monochromatic Colors of #CF685E
Black with #CF685E
Text Example
Text Example
White with #CF685E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF685E; }
p { color: rgb(207,104,94); }
H1.HeaderClassName
{
color: #CF685E;
}
.AnyTagClassName
{
color: #CF685E;
}
</style>
background-color css
<style>
a { background-color: #CF685E; }
a { background-color: rgb(207,104,94); }
div.DivClassName
{
background-color: #CF685E;
}
.BgClassName
{
background-color: #CF685E;
}
</style>
border-color css
<style>
span { border-color: #CF685E; }
span { border-color: rgb(207,104,94); }
td.TdClassName
{
border-color: #CF685E;
}
.TagClassName
{
border-color: #CF685E;
}
</style>