Shades of Roman #CF665D
Tints of Roman #CF665D
RGB
CMYK
RGB Variations
Color information
#CF665D (or 0xCF665D) is known color: Roman. HEX triplet: CF, 66 and 5D. RGB value is (207,102,93). Sum of RGB (Red+Green+Blue) = 207+102+93=402 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.49% from 402); Green value is 102 (40.23% from 255 or 25.37% from 402); Blue value is 93 (36.72% from 255 or 23.13% from 402); Max value from RGB is 207 - color contains mainly: red. Hex color #CF665D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF665D is #3099A2. Grayscale: #848484. Windows color (decimal): -3185059 or 6121167. OLE color: 6121167.
HSL color Cylindrical-coordinate representation of color #CF665D: hue angle of 4.74º 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 #CF665D is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 102 | 93 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.19 |
| HSL | 4.74º | 0.54% | 0.59% | - |
| HSV(B) | 4.74º | 0.55% | 0.81% | - |
| XYZ | 32.46 | 23.56 | 13.19 | - |
| YUV | 132.37 | 105.79 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 102 | 93 | 0 | 0.51 | 0.55 | 0.19 | 4.74 | 0.54 | 0.59 |
| Hex | CF | 66 | 5D | 0 | 33 | 37 | 13 | 5 | 36 | 3B |
| Octal | 317 | 146 | 135 | 0 | 63 | 67 | 23 | 5 | 66 | 73 |
| Binary | 11001111 | 1100110 | 1011101 | 0 | 110011 | 110111 | 10011 | 101 | 110110 | 111011 |
Color Harmonies of #CF665D
Complementary color
Monochromatic Colors of #CF665D
Black with #CF665D
Text Example
Text Example
White with #CF665D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF665D; }
p { color: rgb(207,102,93); }
H1.HeaderClassName
{
color: #CF665D;
}
.AnyTagClassName
{
color: #CF665D;
}
</style>
background-color css
<style>
a { background-color: #CF665D; }
a { background-color: rgb(207,102,93); }
div.DivClassName
{
background-color: #CF665D;
}
.BgClassName
{
background-color: #CF665D;
}
</style>
border-color css
<style>
span { border-color: #CF665D; }
span { border-color: rgb(207,102,93); }
td.TdClassName
{
border-color: #CF665D;
}
.TagClassName
{
border-color: #CF665D;
}
</style>