Shades of Thistle #C8BDC7
Tints of Thistle #C8BDC7
RGB
CMYK
RGB Variations
Color information
#C8BDC7 (or 0xC8BDC7) is known color: Thistle. HEX triplet: C8, BD and C7. RGB value is (200,189,199). Sum of RGB (Red+Green+Blue) = 200+189+199=588 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.01% from 588); Green value is 189 (74.22% from 255 or 32.14% from 588); Blue value is 199 (78.12% from 255 or 33.84% from 588); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BDC7 is #374238. Grayscale: #C1C1C1. Windows color (decimal): -3621433 or 13090248. OLE color: 13090248.
HSL color Cylindrical-coordinate representation of color #C8BDC7: hue angle of 305.45º degrees, saturation: 0.09, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C8BDC7 is Cyan = 0, Magento = 0.06, Yellow = 0.00 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 189 | 199 | - |
| CMYK | 0 | 0.06 | 0.00 | 0.22 |
| HSL | 305.45º | 0.09% | 0.76% | - |
| HSV(B) | 305.45º | 0.06% | 0.78% | - |
| XYZ | 52.33 | 52.8 | 61.47 | - |
| YUV | 193.43 | 131.14 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 189 | 199 | 0 | 0.06 | 0.00 | 0.22 | 305.45 | 0.09 | 0.76 |
| Hex | C8 | BD | C7 | 0 | 6 | 0 | 16 | 131 | 9 | 4C |
| Octal | 310 | 275 | 307 | 0 | 6 | 0 | 26 | 461 | 11 | 114 |
| Binary | 11001000 | 10111101 | 11000111 | 0 | 110 | 0 | 10110 | 100110001 | 1001 | 1001100 |
Color Harmonies of #C8BDC7
Complementary color
Monochromatic Colors of #C8BDC7
Black with #C8BDC7
Text Example
Text Example
White with #C8BDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BDC7; }
p { color: rgb(200,189,199); }
H1.HeaderClassName
{
color: #C8BDC7;
}
.AnyTagClassName
{
color: #C8BDC7;
}
</style>
background-color css
<style>
a { background-color: #C8BDC7; }
a { background-color: rgb(200,189,199); }
div.DivClassName
{
background-color: #C8BDC7;
}
.BgClassName
{
background-color: #C8BDC7;
}
</style>
border-color css
<style>
span { border-color: #C8BDC7; }
span { border-color: rgb(200,189,199); }
td.TdClassName
{
border-color: #C8BDC7;
}
.TagClassName
{
border-color: #C8BDC7;
}
</style>