Shades of Thistle #C8BCC9
Tints of Thistle #C8BCC9
RGB
CMYK
RGB Variations
Color information
#C8BCC9 (or 0xC8BCC9) is known color: Thistle. HEX triplet: C8, BC and C9. RGB value is (200,188,201). Sum of RGB (Red+Green+Blue) = 200+188+201=589 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.96% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 201 (78.91% from 255 or 34.13% from 589); Max value from RGB is 201 - color contains mainly: blue. Hex color #C8BCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BCC9 is #374336. Grayscale: #C1C1C1. Windows color (decimal): -3621687 or 13221064. OLE color: 13221064.
HSL color Cylindrical-coordinate representation of color #C8BCC9: hue angle of 295.38º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C8BCC9 is Cyan = 0.00, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
RGB | 200 | 188 | 201 | - |
CMYK | 0.00 | 0.06 | 0 | 0.21 |
HSL | 295.38º | 0.11% | 0.76% | - |
HSV(B) | 295.38º | 0.06% | 0.79% | - |
XYZ | 52.35 | 52.46 | 62.63 | - |
YUV | 193.07 | 132.48 | 132.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 188 | 201 | 0.00 | 0.06 | 0 | 0.21 | 295.38 | 0.11 | 0.76 |
Hex | C8 | BC | C9 | 0 | 6 | 0 | 15 | 127 | B | 4C |
Octal | 310 | 274 | 311 | 0 | 6 | 0 | 25 | 447 | 13 | 114 |
Binary | 11001000 | 10111100 | 11001001 | 0 | 110 | 0 | 10101 | 100100111 | 1011 | 1001100 |
Color Harmonies of #C8BCC9
Complementary color
Monochromatic Colors of #C8BCC9
Black with #C8BCC9
Text Example
Text Example
White with #C8BCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BCC9; }
p { color: rgb(200,188,201); }
H1.HeaderClassName
{
color: #C8BCC9;
}
.AnyTagClassName
{
color: #C8BCC9;
}
</style>
background-color css
<style>
a { background-color: #C8BCC9; }
a { background-color: rgb(200,188,201); }
div.DivClassName
{
background-color: #C8BCC9;
}
.BgClassName
{
background-color: #C8BCC9;
}
</style>
border-color css
<style>
span { border-color: #C8BCC9; }
span { border-color: rgb(200,188,201); }
td.TdClassName
{
border-color: #C8BCC9;
}
.TagClassName
{
border-color: #C8BCC9;
}
</style>