Shades of Twilight #CFBFC5
Tints of Twilight #CFBFC5
RGB
CMYK
RGB Variations
Color information
#CFBFC5 (or 0xCFBFC5) is known color: Twilight. HEX triplet: CF, BF and C5. RGB value is (207,191,197). Sum of RGB (Red+Green+Blue) = 207+191+197=595 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.79% from 595); Green value is 191 (75% from 255 or 32.10% from 595); Blue value is 197 (77.34% from 255 or 33.11% from 595); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBFC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBFC5 is #30403A. Grayscale: #C4C4C4. Windows color (decimal): -3162171 or 12959695. OLE color: 12959695.
HSL color Cylindrical-coordinate representation of color #CFBFC5: hue angle of 337.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 #CFBFC5 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 191 | 197 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.19 |
| HSL | 337.5º | 0.14% | 0.78% | - |
| HSV(B) | 337.5º | 0.08% | 0.81% | - |
| XYZ | 54.44 | 54.56 | 60.48 | - |
| YUV | 196.47 | 128.3 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 191 | 197 | 0 | 0.08 | 0.05 | 0.19 | 337.5 | 0.14 | 0.78 |
| Hex | CF | BF | C5 | 0 | 8 | 5 | 13 | 152 | E | 4E |
| Octal | 317 | 277 | 305 | 0 | 10 | 5 | 23 | 522 | 16 | 116 |
| Binary | 11001111 | 10111111 | 11000101 | 0 | 1000 | 101 | 10011 | 101010010 | 1110 | 1001110 |
Color Harmonies of #CFBFC5
Complementary color
Monochromatic Colors of #CFBFC5
Black with #CFBFC5
Text Example
Text Example
White with #CFBFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBFC5; }
p { color: rgb(207,191,197); }
H1.HeaderClassName
{
color: #CFBFC5;
}
.AnyTagClassName
{
color: #CFBFC5;
}
</style>
background-color css
<style>
a { background-color: #CFBFC5; }
a { background-color: rgb(207,191,197); }
div.DivClassName
{
background-color: #CFBFC5;
}
.BgClassName
{
background-color: #CFBFC5;
}
</style>
border-color css
<style>
span { border-color: #CFBFC5; }
span { border-color: rgb(207,191,197); }
td.TdClassName
{
border-color: #CFBFC5;
}
.TagClassName
{
border-color: #CFBFC5;
}
</style>