Shades of Roman #CF675E
Tints of Roman #CF675E
RGB
CMYK
RGB Variations
Color information
#CF675E (or 0xCF675E) is known color: Roman. HEX triplet: CF, 67 and 5E. RGB value is (207,103,94). Sum of RGB (Red+Green+Blue) = 207+103+94=404 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.24% from 404); Green value is 103 (40.62% from 255 or 25.50% from 404); Blue value is 94 (37.11% from 255 or 23.27% from 404); Max value from RGB is 207 - color contains mainly: red. Hex color #CF675E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF675E is #3098A1. Grayscale: #858585. Windows color (decimal): -3184802 or 6186959. OLE color: 6186959.
HSL color Cylindrical-coordinate representation of color #CF675E: hue angle of 4.78º 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 #CF675E is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 103 | 94 | - |
| CMYK | 0 | 0.50 | 0.55 | 0.19 |
| HSL | 4.78º | 0.54% | 0.59% | - |
| HSV(B) | 4.78º | 0.55% | 0.81% | - |
| XYZ | 32.6 | 23.77 | 13.46 | - |
| YUV | 133.07 | 105.96 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 103 | 94 | 0 | 0.50 | 0.55 | 0.19 | 4.78 | 0.54 | 0.59 |
| Hex | CF | 67 | 5E | 0 | 32 | 37 | 13 | 5 | 36 | 3B |
| Octal | 317 | 147 | 136 | 0 | 62 | 67 | 23 | 5 | 66 | 73 |
| Binary | 11001111 | 1100111 | 1011110 | 0 | 110010 | 110111 | 10011 | 101 | 110110 | 111011 |
Color Harmonies of #CF675E
Complementary color
Monochromatic Colors of #CF675E
Black with #CF675E
Text Example
Text Example
White with #CF675E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF675E; }
p { color: rgb(207,103,94); }
H1.HeaderClassName
{
color: #CF675E;
}
.AnyTagClassName
{
color: #CF675E;
}
</style>
background-color css
<style>
a { background-color: #CF675E; }
a { background-color: rgb(207,103,94); }
div.DivClassName
{
background-color: #CF675E;
}
.BgClassName
{
background-color: #CF675E;
}
</style>
border-color css
<style>
span { border-color: #CF675E; }
span { border-color: rgb(207,103,94); }
td.TdClassName
{
border-color: #CF675E;
}
.TagClassName
{
border-color: #CF675E;
}
</style>