Shades of Twilight #CFC1C9
Tints of Twilight #CFC1C9
RGB
CMYK
RGB Variations
Color information
#CFC1C9 (or 0xCFC1C9) is known color: Twilight. HEX triplet: CF, C1 and C9. RGB value is (207,193,201). Sum of RGB (Red+Green+Blue) = 207+193+201=601 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.44% from 601); Green value is 193 (75.78% from 255 or 32.11% from 601); Blue value is 201 (78.91% from 255 or 33.44% from 601); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC1C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC1C9 is #303E36. Grayscale: #C6C6C6. Windows color (decimal): -3161655 or 13222351. OLE color: 13222351.
HSL color Cylindrical-coordinate representation of color #CFC1C9: hue angle of 325.71º degrees, saturation: 0.13, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CFC1C9 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 193 | 201 | - |
| CMYK | 0 | 0.07 | 0.03 | 0.19 |
| HSL | 325.71º | 0.13% | 0.78% | - |
| HSV(B) | 325.71º | 0.07% | 0.81% | - |
| XYZ | 55.34 | 55.62 | 63.08 | - |
| YUV | 198.1 | 129.64 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 201 | 0 | 0.07 | 0.03 | 0.19 | 325.71 | 0.13 | 0.78 |
| Hex | CF | C1 | C9 | 0 | 7 | 3 | 13 | 146 | D | 4E |
| Octal | 317 | 301 | 311 | 0 | 7 | 3 | 23 | 506 | 15 | 116 |
| Binary | 11001111 | 11000001 | 11001001 | 0 | 111 | 11 | 10011 | 101000110 | 1101 | 1001110 |
Color Harmonies of #CFC1C9
Complementary color
Monochromatic Colors of #CFC1C9
Black with #CFC1C9
Text Example
Text Example
White with #CFC1C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC1C9; }
p { color: rgb(207,193,201); }
H1.HeaderClassName
{
color: #CFC1C9;
}
.AnyTagClassName
{
color: #CFC1C9;
}
</style>
background-color css
<style>
a { background-color: #CFC1C9; }
a { background-color: rgb(207,193,201); }
div.DivClassName
{
background-color: #CFC1C9;
}
.BgClassName
{
background-color: #CFC1C9;
}
</style>
border-color css
<style>
span { border-color: #CFC1C9; }
span { border-color: rgb(207,193,201); }
td.TdClassName
{
border-color: #CFC1C9;
}
.TagClassName
{
border-color: #CFC1C9;
}
</style>