Shades of Roman #CF6762
Tints of Roman #CF6762
RGB
CMYK
RGB Variations
Color information
#CF6762 (or 0xCF6762) is known color: Roman. HEX triplet: CF, 67 and 62. RGB value is (207,103,98). Sum of RGB (Red+Green+Blue) = 207+103+98=408 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.74% from 408); Green value is 103 (40.62% from 255 or 25.25% from 408); Blue value is 98 (38.67% from 255 or 24.02% from 408); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6762 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6762 is #30989D. Grayscale: #858585. Windows color (decimal): -3184798 or 6449103. OLE color: 6449103.
HSL color Cylindrical-coordinate representation of color #CF6762: hue angle of 2.75º 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 #CF6762 is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 103 | 98 | - |
| CMYK | 0 | 0.50 | 0.53 | 0.19 |
| HSL | 2.75º | 0.53% | 0.6% | - |
| HSV(B) | 2.75º | 0.53% | 0.81% | - |
| XYZ | 32.79 | 23.85 | 14.43 | - |
| YUV | 133.53 | 107.96 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 103 | 98 | 0 | 0.50 | 0.53 | 0.19 | 2.75 | 0.53 | 0.6 |
| Hex | CF | 67 | 62 | 0 | 32 | 35 | 13 | 3 | 35 | 3C |
| Octal | 317 | 147 | 142 | 0 | 62 | 65 | 23 | 3 | 65 | 74 |
| Binary | 11001111 | 1100111 | 1100010 | 0 | 110010 | 110101 | 10011 | 11 | 110101 | 111100 |
Color Harmonies of #CF6762
Complementary color
Monochromatic Colors of #CF6762
Black with #CF6762
Text Example
Text Example
White with #CF6762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6762; }
p { color: rgb(207,103,98); }
H1.HeaderClassName
{
color: #CF6762;
}
.AnyTagClassName
{
color: #CF6762;
}
</style>
background-color css
<style>
a { background-color: #CF6762; }
a { background-color: rgb(207,103,98); }
div.DivClassName
{
background-color: #CF6762;
}
.BgClassName
{
background-color: #CF6762;
}
</style>
border-color css
<style>
span { border-color: #CF6762; }
span { border-color: rgb(207,103,98); }
td.TdClassName
{
border-color: #CF6762;
}
.TagClassName
{
border-color: #CF6762;
}
</style>