Shades of Roman #CF665E
Tints of Roman #CF665E
RGB
CMYK
RGB Variations
Color information
#CF665E (or 0xCF665E) is known color: Roman. HEX triplet: CF, 66 and 5E. RGB value is (207,102,94). Sum of RGB (Red+Green+Blue) = 207+102+94=403 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.36% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 94 (37.11% from 255 or 23.33% from 403); Max value from RGB is 207 - color contains mainly: red. Hex color #CF665E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF665E is #3099A1. Grayscale: #848484. Windows color (decimal): -3185058 or 6186703. OLE color: 6186703.
HSL color Cylindrical-coordinate representation of color #CF665E: hue angle of 4.25º 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 #CF665E is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 102 | 94 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.19 |
| HSL | 4.25º | 0.54% | 0.59% | - |
| HSV(B) | 4.25º | 0.55% | 0.81% | - |
| XYZ | 32.5 | 23.58 | 13.43 | - |
| YUV | 132.48 | 106.29 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 102 | 94 | 0 | 0.51 | 0.55 | 0.19 | 4.25 | 0.54 | 0.59 |
| Hex | CF | 66 | 5E | 0 | 33 | 37 | 13 | 4 | 36 | 3B |
| Octal | 317 | 146 | 136 | 0 | 63 | 67 | 23 | 4 | 66 | 73 |
| Binary | 11001111 | 1100110 | 1011110 | 0 | 110011 | 110111 | 10011 | 100 | 110110 | 111011 |
Color Harmonies of #CF665E
Complementary color
Monochromatic Colors of #CF665E
Black with #CF665E
Text Example
Text Example
White with #CF665E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF665E; }
p { color: rgb(207,102,94); }
H1.HeaderClassName
{
color: #CF665E;
}
.AnyTagClassName
{
color: #CF665E;
}
</style>
background-color css
<style>
a { background-color: #CF665E; }
a { background-color: rgb(207,102,94); }
div.DivClassName
{
background-color: #CF665E;
}
.BgClassName
{
background-color: #CF665E;
}
</style>
border-color css
<style>
span { border-color: #CF665E; }
span { border-color: rgb(207,102,94); }
td.TdClassName
{
border-color: #CF665E;
}
.TagClassName
{
border-color: #CF665E;
}
</style>