Shades of Thistle #CFC0CD
Tints of Thistle #CFC0CD
RGB
CMYK
RGB Variations
Color information
#CFC0CD (or 0xCFC0CD) is known color: Thistle. HEX triplet: CF, C0 and CD. RGB value is (207,192,205). Sum of RGB (Red+Green+Blue) = 207+192+205=604 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.27% from 604); Green value is 192 (75.39% from 255 or 31.79% from 604); Blue value is 205 (80.47% from 255 or 33.94% from 604); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC0CD is #303F32. Grayscale: #C5C5C5. Windows color (decimal): -3161907 or 13484239. OLE color: 13484239.
HSL color Cylindrical-coordinate representation of color #CFC0CD: hue angle of 308º 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 #CFC0CD is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 192 | 205 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.19 |
| HSL | 308º | 0.14% | 0.78% | - |
| HSV(B) | 308º | 0.07% | 0.81% | - |
| XYZ | 55.6 | 55.37 | 65.52 | - |
| YUV | 197.97 | 131.97 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 192 | 205 | 0 | 0.07 | 0.01 | 0.19 | 308 | 0.14 | 0.78 |
| Hex | CF | C0 | CD | 0 | 7 | 1 | 13 | 134 | E | 4E |
| Octal | 317 | 300 | 315 | 0 | 7 | 1 | 23 | 464 | 16 | 116 |
| Binary | 11001111 | 11000000 | 11001101 | 0 | 111 | 1 | 10011 | 100110100 | 1110 | 1001110 |
Color Harmonies of #CFC0CD
Complementary color
Monochromatic Colors of #CFC0CD
Black with #CFC0CD
Text Example
Text Example
White with #CFC0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC0CD; }
p { color: rgb(207,192,205); }
H1.HeaderClassName
{
color: #CFC0CD;
}
.AnyTagClassName
{
color: #CFC0CD;
}
</style>
background-color css
<style>
a { background-color: #CFC0CD; }
a { background-color: rgb(207,192,205); }
div.DivClassName
{
background-color: #CFC0CD;
}
.BgClassName
{
background-color: #CFC0CD;
}
</style>
border-color css
<style>
span { border-color: #CFC0CD; }
span { border-color: rgb(207,192,205); }
td.TdClassName
{
border-color: #CFC0CD;
}
.TagClassName
{
border-color: #CFC0CD;
}
</style>