Shades of Roman #CF675F
Tints of Roman #CF675F
RGB
CMYK
RGB Variations
Color information
#CF675F (or 0xCF675F) is known color: Roman. HEX triplet: CF, 67 and 5F. RGB value is (207,103,95). Sum of RGB (Red+Green+Blue) = 207+103+95=405 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.11% from 405); Green value is 103 (40.62% from 255 or 25.43% from 405); Blue value is 95 (37.5% from 255 or 23.46% from 405); Max value from RGB is 207 - color contains mainly: red. Hex color #CF675F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF675F is #3098A0. Grayscale: #858585. Windows color (decimal): -3184801 or 6252495. OLE color: 6252495.
HSL color Cylindrical-coordinate representation of color #CF675F: hue angle of 4.29º 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 #CF675F is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 103 | 95 | - |
| CMYK | 0 | 0.50 | 0.54 | 0.19 |
| HSL | 4.29º | 0.54% | 0.59% | - |
| HSV(B) | 4.29º | 0.54% | 0.81% | - |
| XYZ | 32.65 | 23.79 | 13.7 | - |
| YUV | 133.18 | 106.46 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 103 | 95 | 0 | 0.50 | 0.54 | 0.19 | 4.29 | 0.54 | 0.59 |
| Hex | CF | 67 | 5F | 0 | 32 | 36 | 13 | 4 | 36 | 3B |
| Octal | 317 | 147 | 137 | 0 | 62 | 66 | 23 | 4 | 66 | 73 |
| Binary | 11001111 | 1100111 | 1011111 | 0 | 110010 | 110110 | 10011 | 100 | 110110 | 111011 |
Color Harmonies of #CF675F
Complementary color
Monochromatic Colors of #CF675F
Black with #CF675F
Text Example
Text Example
White with #CF675F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF675F; }
p { color: rgb(207,103,95); }
H1.HeaderClassName
{
color: #CF675F;
}
.AnyTagClassName
{
color: #CF675F;
}
</style>
background-color css
<style>
a { background-color: #CF675F; }
a { background-color: rgb(207,103,95); }
div.DivClassName
{
background-color: #CF675F;
}
.BgClassName
{
background-color: #CF675F;
}
</style>
border-color css
<style>
span { border-color: #CF675F; }
span { border-color: rgb(207,103,95); }
td.TdClassName
{
border-color: #CF675F;
}
.TagClassName
{
border-color: #CF675F;
}
</style>