Shades of Roman #CF6761
Tints of Roman #CF6761
RGB
CMYK
RGB Variations
Color information
#CF6761 (or 0xCF6761) is known color: Roman. HEX triplet: CF, 67 and 61. RGB value is (207,103,97). Sum of RGB (Red+Green+Blue) = 207+103+97=407 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.86% from 407); Green value is 103 (40.62% from 255 or 25.31% from 407); Blue value is 97 (38.28% from 255 or 23.83% from 407); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6761 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6761 is #30989E. Grayscale: #858585. Windows color (decimal): -3184799 or 6383567. OLE color: 6383567.
HSL color Cylindrical-coordinate representation of color #CF6761: hue angle of 3.27º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF6761 is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 103 | 97 | - |
| CMYK | 0 | 0.50 | 0.53 | 0.19 |
| HSL | 3.27º | 0.53% | 0.6% | - |
| HSV(B) | 3.27º | 0.53% | 0.81% | - |
| XYZ | 32.74 | 23.83 | 14.18 | - |
| YUV | 133.41 | 107.46 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 103 | 97 | 0 | 0.50 | 0.53 | 0.19 | 3.27 | 0.53 | 0.6 |
| Hex | CF | 67 | 61 | 0 | 32 | 35 | 13 | 3 | 35 | 3C |
| Octal | 317 | 147 | 141 | 0 | 62 | 65 | 23 | 3 | 65 | 74 |
| Binary | 11001111 | 1100111 | 1100001 | 0 | 110010 | 110101 | 10011 | 11 | 110101 | 111100 |
Color Harmonies of #CF6761
Complementary color
Monochromatic Colors of #CF6761
Black with #CF6761
Text Example
Text Example
White with #CF6761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6761; }
p { color: rgb(207,103,97); }
H1.HeaderClassName
{
color: #CF6761;
}
.AnyTagClassName
{
color: #CF6761;
}
</style>
background-color css
<style>
a { background-color: #CF6761; }
a { background-color: rgb(207,103,97); }
div.DivClassName
{
background-color: #CF6761;
}
.BgClassName
{
background-color: #CF6761;
}
</style>
border-color css
<style>
span { border-color: #CF6761; }
span { border-color: rgb(207,103,97); }
td.TdClassName
{
border-color: #CF6761;
}
.TagClassName
{
border-color: #CF6761;
}
</style>