Shades of Roman #CF685B
Tints of Roman #CF685B
RGB
CMYK
RGB Variations
Color information
#CF685B (or 0xCF685B) is known color: Roman. HEX triplet: CF, 68 and 5B. RGB value is (207,104,91). Sum of RGB (Red+Green+Blue) = 207+104+91=402 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.49% from 402); Green value is 104 (41.02% from 255 or 25.87% from 402); Blue value is 91 (35.94% from 255 or 22.64% from 402); Max value from RGB is 207 - color contains mainly: red. Hex color #CF685B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF685B is #3097A4. Grayscale: #858585. Windows color (decimal): -3184549 or 5990607. OLE color: 5990607.
HSL color Cylindrical-coordinate representation of color #CF685B: hue angle of 6.72º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF685B is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 104 | 91 | - |
| CMYK | 0 | 0.50 | 0.56 | 0.19 |
| HSL | 6.72º | 0.55% | 0.58% | - |
| HSV(B) | 6.72º | 0.56% | 0.81% | - |
| XYZ | 32.57 | 23.92 | 12.8 | - |
| YUV | 133.32 | 104.12 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 104 | 91 | 0 | 0.50 | 0.56 | 0.19 | 6.72 | 0.55 | 0.58 |
| Hex | CF | 68 | 5B | 0 | 32 | 38 | 13 | 7 | 37 | 3A |
| Octal | 317 | 150 | 133 | 0 | 62 | 70 | 23 | 7 | 67 | 72 |
| Binary | 11001111 | 1101000 | 1011011 | 0 | 110010 | 111000 | 10011 | 111 | 110111 | 111010 |
Color Harmonies of #CF685B
Complementary color
Monochromatic Colors of #CF685B
Black with #CF685B
Text Example
Text Example
White with #CF685B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF685B; }
p { color: rgb(207,104,91); }
H1.HeaderClassName
{
color: #CF685B;
}
.AnyTagClassName
{
color: #CF685B;
}
</style>
background-color css
<style>
a { background-color: #CF685B; }
a { background-color: rgb(207,104,91); }
div.DivClassName
{
background-color: #CF685B;
}
.BgClassName
{
background-color: #CF685B;
}
</style>
border-color css
<style>
span { border-color: #CF685B; }
span { border-color: rgb(207,104,91); }
td.TdClassName
{
border-color: #CF685B;
}
.TagClassName
{
border-color: #CF685B;
}
</style>