Shades of Thistle #CFC1CF
Tints of Thistle #CFC1CF
RGB
CMYK
RGB Variations
Color information
#CFC1CF (or 0xCFC1CF) is known color: Thistle. HEX triplet: CF, C1 and CF. RGB value is (207,193,207). Sum of RGB (Red+Green+Blue) = 207+193+207=607 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.10% from 607); Green value is 193 (75.78% from 255 or 31.80% from 607); Blue value is 207 (81.25% from 255 or 34.10% from 607); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CFC1CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC1CF is #303E30. Grayscale: #C6C6C6. Windows color (decimal): -3161649 or 13615567. OLE color: 13615567.
HSL color Cylindrical-coordinate representation of color #CFC1CF: hue angle of 300º degrees, saturation: 0.13, 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 #CFC1CF is Cyan = 0, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 193 | 207 | - |
| CMYK | 0 | 0.07 | 0 | 0.19 |
| HSL | 300º | 0.13% | 0.78% | - |
| HSV(B) | 300º | 0.07% | 0.81% | - |
| XYZ | 56.06 | 55.91 | 66.87 | - |
| YUV | 198.78 | 132.64 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 207 | 0 | 0.07 | 0 | 0.19 | 300 | 0.13 | 0.78 |
| Hex | CF | C1 | CF | 0 | 7 | 0 | 13 | 12C | D | 4E |
| Octal | 317 | 301 | 317 | 0 | 7 | 0 | 23 | 454 | 15 | 116 |
| Binary | 11001111 | 11000001 | 11001111 | 0 | 111 | 0 | 10011 | 100101100 | 1101 | 1001110 |
Color Harmonies of #CFC1CF
Complementary color
Monochromatic Colors of #CFC1CF
Black with #CFC1CF
Text Example
Text Example
White with #CFC1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC1CF; }
p { color: rgb(207,193,207); }
H1.HeaderClassName
{
color: #CFC1CF;
}
.AnyTagClassName
{
color: #CFC1CF;
}
</style>
background-color css
<style>
a { background-color: #CFC1CF; }
a { background-color: rgb(207,193,207); }
div.DivClassName
{
background-color: #CFC1CF;
}
.BgClassName
{
background-color: #CFC1CF;
}
</style>
border-color css
<style>
span { border-color: #CFC1CF; }
span { border-color: rgb(207,193,207); }
td.TdClassName
{
border-color: #CFC1CF;
}
.TagClassName
{
border-color: #CFC1CF;
}
</style>