Shades of Thistle #CFBACD
Tints of Thistle #CFBACD
RGB
CMYK
RGB Variations
Color information
#CFBACD (or 0xCFBACD) is known color: Thistle. HEX triplet: CF, BA and CD. RGB value is (207,186,205). Sum of RGB (Red+Green+Blue) = 207+186+205=598 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.62% from 598); Green value is 186 (73.05% from 255 or 31.10% from 598); Blue value is 205 (80.47% from 255 or 34.28% from 598); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBACD is #304532. Grayscale: #C2C2C2. Windows color (decimal): -3163443 or 13482703. OLE color: 13482703.
HSL color Cylindrical-coordinate representation of color #CFBACD: hue angle of 305.71º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFBACD is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 186 | 205 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.19 |
| HSL | 305.71º | 0.18% | 0.77% | - |
| HSV(B) | 305.71º | 0.1% | 0.81% | - |
| XYZ | 54.31 | 52.79 | 65.08 | - |
| YUV | 194.45 | 133.96 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 186 | 205 | 0 | 0.10 | 0.01 | 0.19 | 305.71 | 0.18 | 0.77 |
| Hex | CF | BA | CD | 0 | A | 1 | 13 | 132 | 12 | 4D |
| Octal | 317 | 272 | 315 | 0 | 12 | 1 | 23 | 462 | 22 | 115 |
| Binary | 11001111 | 10111010 | 11001101 | 0 | 1010 | 1 | 10011 | 100110010 | 10010 | 1001101 |
Color Harmonies of #CFBACD
Complementary color
Monochromatic Colors of #CFBACD
Black with #CFBACD
Text Example
Text Example
White with #CFBACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBACD; }
p { color: rgb(207,186,205); }
H1.HeaderClassName
{
color: #CFBACD;
}
.AnyTagClassName
{
color: #CFBACD;
}
</style>
background-color css
<style>
a { background-color: #CFBACD; }
a { background-color: rgb(207,186,205); }
div.DivClassName
{
background-color: #CFBACD;
}
.BgClassName
{
background-color: #CFBACD;
}
</style>
border-color css
<style>
span { border-color: #CFBACD; }
span { border-color: rgb(207,186,205); }
td.TdClassName
{
border-color: #CFBACD;
}
.TagClassName
{
border-color: #CFBACD;
}
</style>