Shades of Twilight #CFBFC6
Tints of Twilight #CFBFC6
RGB
CMYK
RGB Variations
Color information
#CFBFC6 (or 0xCFBFC6) is known color: Twilight. HEX triplet: CF, BF and C6. RGB value is (207,191,198). Sum of RGB (Red+Green+Blue) = 207+191+198=596 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.73% from 596); Green value is 191 (75% from 255 or 32.05% from 596); Blue value is 198 (77.73% from 255 or 33.22% from 596); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBFC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBFC6 is #304039. Grayscale: #C4C4C4. Windows color (decimal): -3162170 or 13025231. OLE color: 13025231.
HSL color Cylindrical-coordinate representation of color #CFBFC6: hue angle of 333.75º 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 #CFBFC6 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 191 | 198 | - |
| CMYK | 0 | 0.08 | 0.04 | 0.19 |
| HSL | 333.75º | 0.14% | 0.78% | - |
| HSV(B) | 333.75º | 0.08% | 0.81% | - |
| XYZ | 54.56 | 54.6 | 61.09 | - |
| YUV | 196.58 | 128.8 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 191 | 198 | 0 | 0.08 | 0.04 | 0.19 | 333.75 | 0.14 | 0.78 |
| Hex | CF | BF | C6 | 0 | 8 | 4 | 13 | 14E | E | 4E |
| Octal | 317 | 277 | 306 | 0 | 10 | 4 | 23 | 516 | 16 | 116 |
| Binary | 11001111 | 10111111 | 11000110 | 0 | 1000 | 100 | 10011 | 101001110 | 1110 | 1001110 |
Color Harmonies of #CFBFC6
Complementary color
Monochromatic Colors of #CFBFC6
Black with #CFBFC6
Text Example
Text Example
White with #CFBFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBFC6; }
p { color: rgb(207,191,198); }
H1.HeaderClassName
{
color: #CFBFC6;
}
.AnyTagClassName
{
color: #CFBFC6;
}
</style>
background-color css
<style>
a { background-color: #CFBFC6; }
a { background-color: rgb(207,191,198); }
div.DivClassName
{
background-color: #CFBFC6;
}
.BgClassName
{
background-color: #CFBFC6;
}
</style>
border-color css
<style>
span { border-color: #CFBFC6; }
span { border-color: rgb(207,191,198); }
td.TdClassName
{
border-color: #CFBFC6;
}
.TagClassName
{
border-color: #CFBFC6;
}
</style>