Shades of Roman #CF665C
Tints of Roman #CF665C
RGB
CMYK
RGB Variations
Color information
#CF665C (or 0xCF665C) is known color: Roman. HEX triplet: CF, 66 and 5C. RGB value is (207,102,92). Sum of RGB (Red+Green+Blue) = 207+102+92=401 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.62% from 401); Green value is 102 (40.23% from 255 or 25.44% from 401); Blue value is 92 (36.33% from 255 or 22.94% from 401); Max value from RGB is 207 - color contains mainly: red. Hex color #CF665C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF665C is #3099A3. Grayscale: #848484. Windows color (decimal): -3185060 or 6055631. OLE color: 6055631.
HSL color Cylindrical-coordinate representation of color #CF665C: hue angle of 5.22º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF665C is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 102 | 92 | - |
| CMYK | 0 | 0.51 | 0.56 | 0.19 |
| HSL | 5.22º | 0.55% | 0.59% | - |
| HSV(B) | 5.22º | 0.56% | 0.81% | - |
| XYZ | 32.42 | 23.54 | 12.96 | - |
| YUV | 132.26 | 105.29 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 102 | 92 | 0 | 0.51 | 0.56 | 0.19 | 5.22 | 0.55 | 0.59 |
| Hex | CF | 66 | 5C | 0 | 33 | 38 | 13 | 5 | 37 | 3B |
| Octal | 317 | 146 | 134 | 0 | 63 | 70 | 23 | 5 | 67 | 73 |
| Binary | 11001111 | 1100110 | 1011100 | 0 | 110011 | 111000 | 10011 | 101 | 110111 | 111011 |
Color Harmonies of #CF665C
Complementary color
Monochromatic Colors of #CF665C
Black with #CF665C
Text Example
Text Example
White with #CF665C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF665C; }
p { color: rgb(207,102,92); }
H1.HeaderClassName
{
color: #CF665C;
}
.AnyTagClassName
{
color: #CF665C;
}
</style>
background-color css
<style>
a { background-color: #CF665C; }
a { background-color: rgb(207,102,92); }
div.DivClassName
{
background-color: #CF665C;
}
.BgClassName
{
background-color: #CF665C;
}
</style>
border-color css
<style>
span { border-color: #CF665C; }
span { border-color: rgb(207,102,92); }
td.TdClassName
{
border-color: #CF665C;
}
.TagClassName
{
border-color: #CF665C;
}
</style>