Shades of Twilight #CFBFC9
Tints of Twilight #CFBFC9
RGB
CMYK
RGB Variations
Color information
#CFBFC9 (or 0xCFBFC9) is known color: Twilight. HEX triplet: CF, BF and C9. RGB value is (207,191,201). Sum of RGB (Red+Green+Blue) = 207+191+201=599 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.56% from 599); Green value is 191 (75% from 255 or 31.89% from 599); Blue value is 201 (78.91% from 255 or 33.56% from 599); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBFC9 is #304036. Grayscale: #C4C4C4. Windows color (decimal): -3162167 or 13221839. OLE color: 13221839.
HSL color Cylindrical-coordinate representation of color #CFBFC9: hue angle of 322.5º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFBFC9 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 191 | 201 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.19 |
| HSL | 322.5º | 0.14% | 0.78% | - |
| HSV(B) | 322.5º | 0.08% | 0.81% | - |
| XYZ | 54.91 | 54.74 | 62.93 | - |
| YUV | 196.92 | 130.3 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 191 | 201 | 0 | 0.08 | 0.03 | 0.19 | 322.5 | 0.14 | 0.78 |
| Hex | CF | BF | C9 | 0 | 8 | 3 | 13 | 142 | E | 4E |
| Octal | 317 | 277 | 311 | 0 | 10 | 3 | 23 | 502 | 16 | 116 |
| Binary | 11001111 | 10111111 | 11001001 | 0 | 1000 | 11 | 10011 | 101000010 | 1110 | 1001110 |
Color Harmonies of #CFBFC9
Complementary color
Monochromatic Colors of #CFBFC9
Black with #CFBFC9
Text Example
Text Example
White with #CFBFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBFC9; }
p { color: rgb(207,191,201); }
H1.HeaderClassName
{
color: #CFBFC9;
}
.AnyTagClassName
{
color: #CFBFC9;
}
</style>
background-color css
<style>
a { background-color: #CFBFC9; }
a { background-color: rgb(207,191,201); }
div.DivClassName
{
background-color: #CFBFC9;
}
.BgClassName
{
background-color: #CFBFC9;
}
</style>
border-color css
<style>
span { border-color: #CFBFC9; }
span { border-color: rgb(207,191,201); }
td.TdClassName
{
border-color: #CFBFC9;
}
.TagClassName
{
border-color: #CFBFC9;
}
</style>