Shades of Thistle #C8BFC9
Tints of Thistle #C8BFC9
RGB
CMYK
RGB Variations
Color information
#C8BFC9 (or 0xC8BFC9) is known color: Thistle. HEX triplet: C8, BF and C9. RGB value is (200,191,201). Sum of RGB (Red+Green+Blue) = 200+191+201=592 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.78% from 592); Green value is 191 (75% from 255 or 32.26% from 592); Blue value is 201 (78.91% from 255 or 33.95% from 592); Max value from RGB is 201 - color contains mainly: blue. Hex color #C8BFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BFC9 is #374036. Grayscale: #C2C2C2. Windows color (decimal): -3620919 or 13221832. OLE color: 13221832.
HSL color Cylindrical-coordinate representation of color #C8BFC9: hue angle of 294º degrees, saturation: 0.08, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C8BFC9 is Cyan = 0.00, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 191 | 201 | - |
| CMYK | 0.00 | 0.05 | 0 | 0.21 |
| HSL | 294º | 0.08% | 0.77% | - |
| HSV(B) | 294º | 0.05% | 0.79% | - |
| XYZ | 52.99 | 53.76 | 62.84 | - |
| YUV | 194.83 | 131.48 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 191 | 201 | 0.00 | 0.05 | 0 | 0.21 | 294 | 0.08 | 0.77 |
| Hex | C8 | BF | C9 | 0 | 5 | 0 | 15 | 126 | 8 | 4D |
| Octal | 310 | 277 | 311 | 0 | 5 | 0 | 25 | 446 | 10 | 115 |
| Binary | 11001000 | 10111111 | 11001001 | 0 | 101 | 0 | 10101 | 100100110 | 1000 | 1001101 |
Color Harmonies of #C8BFC9
Complementary color
Monochromatic Colors of #C8BFC9
Black with #C8BFC9
Text Example
Text Example
White with #C8BFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BFC9; }
p { color: rgb(200,191,201); }
H1.HeaderClassName
{
color: #C8BFC9;
}
.AnyTagClassName
{
color: #C8BFC9;
}
</style>
background-color css
<style>
a { background-color: #C8BFC9; }
a { background-color: rgb(200,191,201); }
div.DivClassName
{
background-color: #C8BFC9;
}
.BgClassName
{
background-color: #C8BFC9;
}
</style>
border-color css
<style>
span { border-color: #C8BFC9; }
span { border-color: rgb(200,191,201); }
td.TdClassName
{
border-color: #C8BFC9;
}
.TagClassName
{
border-color: #C8BFC9;
}
</style>