Shades of Roman #CF6866
Tints of Roman #CF6866
RGB
CMYK
RGB Variations
Color information
#CF6866 (or 0xCF6866) is known color: Roman. HEX triplet: CF, 68 and 66. RGB value is (207,104,102). Sum of RGB (Red+Green+Blue) = 207+104+102=413 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.12% from 413); Green value is 104 (41.02% from 255 or 25.18% from 413); Blue value is 102 (40.23% from 255 or 24.70% from 413); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6866 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6866 is #309799. Grayscale: #868686. Windows color (decimal): -3184538 or 6711503. OLE color: 6711503.
HSL color Cylindrical-coordinate representation of color #CF6866: hue angle of 1.14º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CF6866 is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 104 | 102 | - |
| CMYK | 0 | 0.50 | 0.51 | 0.19 |
| HSL | 1.14º | 0.52% | 0.61% | - |
| HSV(B) | 1.14º | 0.51% | 0.81% | - |
| XYZ | 33.08 | 24.13 | 15.48 | - |
| YUV | 134.57 | 109.62 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 104 | 102 | 0 | 0.50 | 0.51 | 0.19 | 1.14 | 0.52 | 0.61 |
| Hex | CF | 68 | 66 | 0 | 32 | 33 | 13 | 1 | 34 | 3D |
| Octal | 317 | 150 | 146 | 0 | 62 | 63 | 23 | 1 | 64 | 75 |
| Binary | 11001111 | 1101000 | 1100110 | 0 | 110010 | 110011 | 10011 | 1 | 110100 | 111101 |
Color Harmonies of #CF6866
Complementary color
Monochromatic Colors of #CF6866
Black with #CF6866
Text Example
Text Example
White with #CF6866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6866; }
p { color: rgb(207,104,102); }
H1.HeaderClassName
{
color: #CF6866;
}
.AnyTagClassName
{
color: #CF6866;
}
</style>
background-color css
<style>
a { background-color: #CF6866; }
a { background-color: rgb(207,104,102); }
div.DivClassName
{
background-color: #CF6866;
}
.BgClassName
{
background-color: #CF6866;
}
</style>
border-color css
<style>
span { border-color: #CF6866; }
span { border-color: rgb(207,104,102); }
td.TdClassName
{
border-color: #CF6866;
}
.TagClassName
{
border-color: #CF6866;
}
</style>