Shades of Thistle #CFC5CF
Tints of Thistle #CFC5CF
RGB
CMYK
RGB Variations
Color information
#CFC5CF (or 0xCFC5CF) is known color: Thistle. HEX triplet: CF, C5 and CF. RGB value is (207,197,207). Sum of RGB (Red+Green+Blue) = 207+197+207=611 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.88% from 611); Green value is 197 (77.34% from 255 or 32.24% from 611); Blue value is 207 (81.25% from 255 or 33.88% from 611); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CFC5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC5CF is #303A30. Grayscale: #C9C9C9. Windows color (decimal): -3160625 or 13616591. OLE color: 13616591.
HSL color Cylindrical-coordinate representation of color #CFC5CF: hue angle of 300º degrees, saturation: 0.09, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CFC5CF is Cyan = 0, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 197 | 207 | - |
| CMYK | 0 | 0.05 | 0 | 0.19 |
| HSL | 300º | 0.09% | 0.79% | - |
| HSV(B) | 300º | 0.05% | 0.81% | - |
| XYZ | 56.96 | 57.7 | 67.17 | - |
| YUV | 201.13 | 131.31 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 197 | 207 | 0 | 0.05 | 0 | 0.19 | 300 | 0.09 | 0.79 |
| Hex | CF | C5 | CF | 0 | 5 | 0 | 13 | 12C | 9 | 4F |
| Octal | 317 | 305 | 317 | 0 | 5 | 0 | 23 | 454 | 11 | 117 |
| Binary | 11001111 | 11000101 | 11001111 | 0 | 101 | 0 | 10011 | 100101100 | 1001 | 1001111 |
Color Harmonies of #CFC5CF
Complementary color
Monochromatic Colors of #CFC5CF
Black with #CFC5CF
Text Example
Text Example
White with #CFC5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC5CF; }
p { color: rgb(207,197,207); }
H1.HeaderClassName
{
color: #CFC5CF;
}
.AnyTagClassName
{
color: #CFC5CF;
}
</style>
background-color css
<style>
a { background-color: #CFC5CF; }
a { background-color: rgb(207,197,207); }
div.DivClassName
{
background-color: #CFC5CF;
}
.BgClassName
{
background-color: #CFC5CF;
}
</style>
border-color css
<style>
span { border-color: #CFC5CF; }
span { border-color: rgb(207,197,207); }
td.TdClassName
{
border-color: #CFC5CF;
}
.TagClassName
{
border-color: #CFC5CF;
}
</style>