Shades of Roman #CF655F
Tints of Roman #CF655F
RGB
CMYK
RGB Variations
Color information
#CF655F (or 0xCF655F) is known color: Roman. HEX triplet: CF, 65 and 5F. RGB value is (207,101,95). Sum of RGB (Red+Green+Blue) = 207+101+95=403 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.36% from 403); Green value is 101 (39.84% from 255 or 25.06% from 403); Blue value is 95 (37.5% from 255 or 23.57% from 403); Max value from RGB is 207 - color contains mainly: red. Hex color #CF655F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF655F is #309AA0. Grayscale: #848484. Windows color (decimal): -3185313 or 6251983. OLE color: 6251983.
HSL color Cylindrical-coordinate representation of color #CF655F: hue angle of 3.21º 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 #CF655F is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 101 | 95 | - |
| CMYK | 0 | 0.51 | 0.54 | 0.19 |
| HSL | 3.21º | 0.54% | 0.59% | - |
| HSV(B) | 3.21º | 0.54% | 0.81% | - |
| XYZ | 32.45 | 23.4 | 13.63 | - |
| YUV | 132.01 | 107.12 | 181.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 101 | 95 | 0 | 0.51 | 0.54 | 0.19 | 3.21 | 0.54 | 0.59 |
| Hex | CF | 65 | 5F | 0 | 33 | 36 | 13 | 3 | 36 | 3B |
| Octal | 317 | 145 | 137 | 0 | 63 | 66 | 23 | 3 | 66 | 73 |
| Binary | 11001111 | 1100101 | 1011111 | 0 | 110011 | 110110 | 10011 | 11 | 110110 | 111011 |
Color Harmonies of #CF655F
Complementary color
Monochromatic Colors of #CF655F
Black with #CF655F
Text Example
Text Example
White with #CF655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF655F; }
p { color: rgb(207,101,95); }
H1.HeaderClassName
{
color: #CF655F;
}
.AnyTagClassName
{
color: #CF655F;
}
</style>
background-color css
<style>
a { background-color: #CF655F; }
a { background-color: rgb(207,101,95); }
div.DivClassName
{
background-color: #CF655F;
}
.BgClassName
{
background-color: #CF655F;
}
</style>
border-color css
<style>
span { border-color: #CF655F; }
span { border-color: rgb(207,101,95); }
td.TdClassName
{
border-color: #CF655F;
}
.TagClassName
{
border-color: #CF655F;
}
</style>