Shades of Twilight #CFC0C5
Tints of Twilight #CFC0C5
RGB
CMYK
RGB Variations
Color information
#CFC0C5 (or 0xCFC0C5) is known color: Twilight. HEX triplet: CF, C0 and C5. RGB value is (207,192,197). Sum of RGB (Red+Green+Blue) = 207+192+197=596 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.73% from 596); Green value is 192 (75.39% from 255 or 32.21% from 596); Blue value is 197 (77.34% from 255 or 33.05% from 596); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC0C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC0C5 is #303F3A. Grayscale: #C5C5C5. Windows color (decimal): -3161915 or 12959951. OLE color: 12959951.
HSL color Cylindrical-coordinate representation of color #CFC0C5: hue angle of 340º degrees, saturation: 0.14, 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 #CFC0C5 is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 192 | 197 | - |
| CMYK | 0 | 0.07 | 0.05 | 0.19 |
| HSL | 340º | 0.14% | 0.78% | - |
| HSV(B) | 340º | 0.07% | 0.81% | - |
| XYZ | 54.66 | 55 | 60.56 | - |
| YUV | 197.06 | 127.97 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 192 | 197 | 0 | 0.07 | 0.05 | 0.19 | 340 | 0.14 | 0.78 |
| Hex | CF | C0 | C5 | 0 | 7 | 5 | 13 | 154 | E | 4E |
| Octal | 317 | 300 | 305 | 0 | 7 | 5 | 23 | 524 | 16 | 116 |
| Binary | 11001111 | 11000000 | 11000101 | 0 | 111 | 101 | 10011 | 101010100 | 1110 | 1001110 |
Color Harmonies of #CFC0C5
Complementary color
Monochromatic Colors of #CFC0C5
Black with #CFC0C5
Text Example
Text Example
White with #CFC0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC0C5; }
p { color: rgb(207,192,197); }
H1.HeaderClassName
{
color: #CFC0C5;
}
.AnyTagClassName
{
color: #CFC0C5;
}
</style>
background-color css
<style>
a { background-color: #CFC0C5; }
a { background-color: rgb(207,192,197); }
div.DivClassName
{
background-color: #CFC0C5;
}
.BgClassName
{
background-color: #CFC0C5;
}
</style>
border-color css
<style>
span { border-color: #CFC0C5; }
span { border-color: rgb(207,192,197); }
td.TdClassName
{
border-color: #CFC0C5;
}
.TagClassName
{
border-color: #CFC0C5;
}
</style>