Shades of Roman #CF695D
Tints of Roman #CF695D
RGB
CMYK
RGB Variations
Color information
#CF695D (or 0xCF695D) is known color: Roman. HEX triplet: CF, 69 and 5D. RGB value is (207,105,93). Sum of RGB (Red+Green+Blue) = 207+105+93=405 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.11% from 405); Green value is 105 (41.41% from 255 or 25.93% from 405); Blue value is 93 (36.72% from 255 or 22.96% from 405); Max value from RGB is 207 - color contains mainly: red. Hex color #CF695D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF695D is #3096A2. Grayscale: #868686. Windows color (decimal): -3184291 or 6121935. OLE color: 6121935.
HSL color Cylindrical-coordinate representation of color #CF695D: hue angle of 6.32º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CF695D is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 105 | 93 | - |
| CMYK | 0 | 0.49 | 0.55 | 0.19 |
| HSL | 6.32º | 0.54% | 0.59% | - |
| HSV(B) | 6.32º | 0.55% | 0.81% | - |
| XYZ | 32.76 | 24.16 | 13.29 | - |
| YUV | 134.13 | 104.79 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 105 | 93 | 0 | 0.49 | 0.55 | 0.19 | 6.32 | 0.54 | 0.59 |
| Hex | CF | 69 | 5D | 0 | 31 | 37 | 13 | 6 | 36 | 3B |
| Octal | 317 | 151 | 135 | 0 | 61 | 67 | 23 | 6 | 66 | 73 |
| Binary | 11001111 | 1101001 | 1011101 | 0 | 110001 | 110111 | 10011 | 110 | 110110 | 111011 |
Color Harmonies of #CF695D
Complementary color
Monochromatic Colors of #CF695D
Black with #CF695D
Text Example
Text Example
White with #CF695D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF695D; }
p { color: rgb(207,105,93); }
H1.HeaderClassName
{
color: #CF695D;
}
.AnyTagClassName
{
color: #CF695D;
}
</style>
background-color css
<style>
a { background-color: #CF695D; }
a { background-color: rgb(207,105,93); }
div.DivClassName
{
background-color: #CF695D;
}
.BgClassName
{
background-color: #CF695D;
}
</style>
border-color css
<style>
span { border-color: #CF695D; }
span { border-color: rgb(207,105,93); }
td.TdClassName
{
border-color: #CF695D;
}
.TagClassName
{
border-color: #CF695D;
}
</style>