Shades of Twilight #CFC0CA
Tints of Twilight #CFC0CA
RGB
CMYK
RGB Variations
Color information
#CFC0CA (or 0xCFC0CA) is known color: Twilight. HEX triplet: CF, C0 and CA. RGB value is (207,192,202). Sum of RGB (Red+Green+Blue) = 207+192+202=601 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.44% from 601); Green value is 192 (75.39% from 255 or 31.95% from 601); Blue value is 202 (79.30% from 255 or 33.61% from 601); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC0CA is #303F35. Grayscale: #C5C5C5. Windows color (decimal): -3161910 or 13287631. OLE color: 13287631.
HSL color Cylindrical-coordinate representation of color #CFC0CA: hue angle of 320º 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 #CFC0CA is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 192 | 202 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.19 |
| HSL | 320º | 0.14% | 0.78% | - |
| HSV(B) | 320º | 0.07% | 0.81% | - |
| XYZ | 55.24 | 55.23 | 63.63 | - |
| YUV | 197.63 | 130.47 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 192 | 202 | 0 | 0.07 | 0.02 | 0.19 | 320 | 0.14 | 0.78 |
| Hex | CF | C0 | CA | 0 | 7 | 2 | 13 | 140 | E | 4E |
| Octal | 317 | 300 | 312 | 0 | 7 | 2 | 23 | 500 | 16 | 116 |
| Binary | 11001111 | 11000000 | 11001010 | 0 | 111 | 10 | 10011 | 101000000 | 1110 | 1001110 |
Color Harmonies of #CFC0CA
Complementary color
Monochromatic Colors of #CFC0CA
Black with #CFC0CA
Text Example
Text Example
White with #CFC0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC0CA; }
p { color: rgb(207,192,202); }
H1.HeaderClassName
{
color: #CFC0CA;
}
.AnyTagClassName
{
color: #CFC0CA;
}
</style>
background-color css
<style>
a { background-color: #CFC0CA; }
a { background-color: rgb(207,192,202); }
div.DivClassName
{
background-color: #CFC0CA;
}
.BgClassName
{
background-color: #CFC0CA;
}
</style>
border-color css
<style>
span { border-color: #CFC0CA; }
span { border-color: rgb(207,192,202); }
td.TdClassName
{
border-color: #CFC0CA;
}
.TagClassName
{
border-color: #CFC0CA;
}
</style>