Shades of Roman #CF6A60
Tints of Roman #CF6A60
RGB
CMYK
RGB Variations
Color information
#CF6A60 (or 0xCF6A60) is known color: Roman. HEX triplet: CF, 6A and 60. RGB value is (207,106,96). Sum of RGB (Red+Green+Blue) = 207+106+96=409 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.61% from 409); Green value is 106 (41.80% from 255 or 25.92% from 409); Blue value is 96 (37.89% from 255 or 23.47% from 409); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6A60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6A60 is #30959F. Grayscale: #878787. Windows color (decimal): -3184032 or 6318799. OLE color: 6318799.
HSL color Cylindrical-coordinate representation of color #CF6A60: hue angle of 5.41º 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 #CF6A60 is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 106 | 96 | - |
| CMYK | 0 | 0.49 | 0.54 | 0.19 |
| HSL | 5.41º | 0.54% | 0.59% | - |
| HSV(B) | 5.41º | 0.54% | 0.81% | - |
| XYZ | 33 | 24.42 | 14.04 | - |
| YUV | 135.06 | 105.96 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 106 | 96 | 0 | 0.49 | 0.54 | 0.19 | 5.41 | 0.54 | 0.59 |
| Hex | CF | 6A | 60 | 0 | 31 | 36 | 13 | 5 | 36 | 3B |
| Octal | 317 | 152 | 140 | 0 | 61 | 66 | 23 | 5 | 66 | 73 |
| Binary | 11001111 | 1101010 | 1100000 | 0 | 110001 | 110110 | 10011 | 101 | 110110 | 111011 |
Color Harmonies of #CF6A60
Complementary color
Monochromatic Colors of #CF6A60
Black with #CF6A60
Text Example
Text Example
White with #CF6A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6A60; }
p { color: rgb(207,106,96); }
H1.HeaderClassName
{
color: #CF6A60;
}
.AnyTagClassName
{
color: #CF6A60;
}
</style>
background-color css
<style>
a { background-color: #CF6A60; }
a { background-color: rgb(207,106,96); }
div.DivClassName
{
background-color: #CF6A60;
}
.BgClassName
{
background-color: #CF6A60;
}
</style>
border-color css
<style>
span { border-color: #CF6A60; }
span { border-color: rgb(207,106,96); }
td.TdClassName
{
border-color: #CF6A60;
}
.TagClassName
{
border-color: #CF6A60;
}
</style>