Shades of Roman #CF685D
Tints of Roman #CF685D
RGB
CMYK
RGB Variations
Color information
#CF685D (or 0xCF685D) is known color: Roman. HEX triplet: CF, 68 and 5D. RGB value is (207,104,93). Sum of RGB (Red+Green+Blue) = 207+104+93=404 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.24% from 404); Green value is 104 (41.02% from 255 or 25.74% from 404); Blue value is 93 (36.72% from 255 or 23.02% from 404); Max value from RGB is 207 - color contains mainly: red. Hex color #CF685D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF685D is #3097A2. Grayscale: #858585. Windows color (decimal): -3184547 or 6121679. OLE color: 6121679.
HSL color Cylindrical-coordinate representation of color #CF685D: hue angle of 5.79º 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 #CF685D is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 104 | 93 | - |
| CMYK | 0 | 0.50 | 0.55 | 0.19 |
| HSL | 5.79º | 0.54% | 0.59% | - |
| HSV(B) | 5.79º | 0.55% | 0.81% | - |
| XYZ | 32.66 | 23.96 | 13.26 | - |
| YUV | 133.54 | 105.12 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 104 | 93 | 0 | 0.50 | 0.55 | 0.19 | 5.79 | 0.54 | 0.59 |
| Hex | CF | 68 | 5D | 0 | 32 | 37 | 13 | 6 | 36 | 3B |
| Octal | 317 | 150 | 135 | 0 | 62 | 67 | 23 | 6 | 66 | 73 |
| Binary | 11001111 | 1101000 | 1011101 | 0 | 110010 | 110111 | 10011 | 110 | 110110 | 111011 |
Color Harmonies of #CF685D
Complementary color
Monochromatic Colors of #CF685D
Black with #CF685D
Text Example
Text Example
White with #CF685D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF685D; }
p { color: rgb(207,104,93); }
H1.HeaderClassName
{
color: #CF685D;
}
.AnyTagClassName
{
color: #CF685D;
}
</style>
background-color css
<style>
a { background-color: #CF685D; }
a { background-color: rgb(207,104,93); }
div.DivClassName
{
background-color: #CF685D;
}
.BgClassName
{
background-color: #CF685D;
}
</style>
border-color css
<style>
span { border-color: #CF685D; }
span { border-color: rgb(207,104,93); }
td.TdClassName
{
border-color: #CF685D;
}
.TagClassName
{
border-color: #CF685D;
}
</style>