Shades of Twilight #CFC7CA
Tints of Twilight #CFC7CA
RGB
CMYK
RGB Variations
Color information
#CFC7CA (or 0xCFC7CA) is known color: Twilight. HEX triplet: CF, C7 and CA. RGB value is (207,199,202). Sum of RGB (Red+Green+Blue) = 207+199+202=608 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.05% from 608); Green value is 199 (78.12% from 255 or 32.73% from 608); Blue value is 202 (79.30% from 255 or 33.22% from 608); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC7CA is #303835. Grayscale: #C9C9C9. Windows color (decimal): -3160118 or 13289423. OLE color: 13289423.
HSL color Cylindrical-coordinate representation of color #CFC7CA: hue angle of 337.5º degrees, saturation: 0.08, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CFC7CA is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 199 | 202 | - |
| CMYK | 0 | 0.04 | 0.02 | 0.19 |
| HSL | 337.5º | 0.08% | 0.8% | - |
| HSV(B) | 337.5º | 0.04% | 0.81% | - |
| XYZ | 56.82 | 58.38 | 64.15 | - |
| YUV | 201.73 | 128.15 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 199 | 202 | 0 | 0.04 | 0.02 | 0.19 | 337.5 | 0.08 | 0.8 |
| Hex | CF | C7 | CA | 0 | 4 | 2 | 13 | 152 | 8 | 50 |
| Octal | 317 | 307 | 312 | 0 | 4 | 2 | 23 | 522 | 10 | 120 |
| Binary | 11001111 | 11000111 | 11001010 | 0 | 100 | 10 | 10011 | 101010010 | 1000 | 1010000 |
Color Harmonies of #CFC7CA
Complementary color
Monochromatic Colors of #CFC7CA
Black with #CFC7CA
Text Example
Text Example
White with #CFC7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC7CA; }
p { color: rgb(207,199,202); }
H1.HeaderClassName
{
color: #CFC7CA;
}
.AnyTagClassName
{
color: #CFC7CA;
}
</style>
background-color css
<style>
a { background-color: #CFC7CA; }
a { background-color: rgb(207,199,202); }
div.DivClassName
{
background-color: #CFC7CA;
}
.BgClassName
{
background-color: #CFC7CA;
}
</style>
border-color css
<style>
span { border-color: #CFC7CA; }
span { border-color: rgb(207,199,202); }
td.TdClassName
{
border-color: #CFC7CA;
}
.TagClassName
{
border-color: #CFC7CA;
}
</style>