Shades of Thistle #CFBACC
Tints of Thistle #CFBACC
RGB
CMYK
RGB Variations
Color information
#CFBACC (or 0xCFBACC) is known color: Thistle. HEX triplet: CF, BA and CC. RGB value is (207,186,204). Sum of RGB (Red+Green+Blue) = 207+186+204=597 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.67% from 597); Green value is 186 (73.05% from 255 or 31.16% from 597); Blue value is 204 (80.08% from 255 or 34.17% from 597); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBACC is #304533. Grayscale: #C2C2C2. Windows color (decimal): -3163444 or 13417167. OLE color: 13417167.
HSL color Cylindrical-coordinate representation of color #CFBACC: hue angle of 308.57º 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 #CFBACC is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 186 | 204 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.19 |
| HSL | 308.57º | 0.18% | 0.77% | - |
| HSV(B) | 308.57º | 0.1% | 0.81% | - |
| XYZ | 54.19 | 52.74 | 64.45 | - |
| YUV | 194.33 | 133.46 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 186 | 204 | 0 | 0.10 | 0.01 | 0.19 | 308.57 | 0.18 | 0.77 |
| Hex | CF | BA | CC | 0 | A | 1 | 13 | 135 | 12 | 4D |
| Octal | 317 | 272 | 314 | 0 | 12 | 1 | 23 | 465 | 22 | 115 |
| Binary | 11001111 | 10111010 | 11001100 | 0 | 1010 | 1 | 10011 | 100110101 | 10010 | 1001101 |
Color Harmonies of #CFBACC
Complementary color
Monochromatic Colors of #CFBACC
Black with #CFBACC
Text Example
Text Example
White with #CFBACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBACC; }
p { color: rgb(207,186,204); }
H1.HeaderClassName
{
color: #CFBACC;
}
.AnyTagClassName
{
color: #CFBACC;
}
</style>
background-color css
<style>
a { background-color: #CFBACC; }
a { background-color: rgb(207,186,204); }
div.DivClassName
{
background-color: #CFBACC;
}
.BgClassName
{
background-color: #CFBACC;
}
</style>
border-color css
<style>
span { border-color: #CFBACC; }
span { border-color: rgb(207,186,204); }
td.TdClassName
{
border-color: #CFBACC;
}
.TagClassName
{
border-color: #CFBACC;
}
</style>