Shades of Thistle #C8BEC7
Tints of Thistle #C8BEC7
RGB
CMYK
RGB Variations
Color information
#C8BEC7 (or 0xC8BEC7) is known color: Thistle. HEX triplet: C8, BE and C7. RGB value is (200,190,199). Sum of RGB (Red+Green+Blue) = 200+190+199=589 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.96% from 589); Green value is 190 (74.61% from 255 or 32.26% from 589); Blue value is 199 (78.12% from 255 or 33.79% from 589); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BEC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BEC7 is #374138. Grayscale: #C1C1C1. Windows color (decimal): -3621177 or 13090504. OLE color: 13090504.
HSL color Cylindrical-coordinate representation of color #C8BEC7: hue angle of 306º degrees, saturation: 0.08, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C8BEC7 is Cyan = 0, Magento = 0.05, Yellow = 0.00 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 190 | 199 | - |
CMYK | 0 | 0.05 | 0.00 | 0.22 |
HSL | 306º | 0.08% | 0.76% | - |
HSV(B) | 306º | 0.05% | 0.78% | - |
XYZ | 52.54 | 53.23 | 61.54 | - |
YUV | 194.02 | 130.81 | 132.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 190 | 199 | 0 | 0.05 | 0.00 | 0.22 | 306 | 0.08 | 0.76 |
Hex | C8 | BE | C7 | 0 | 5 | 0 | 16 | 132 | 8 | 4C |
Octal | 310 | 276 | 307 | 0 | 5 | 0 | 26 | 462 | 10 | 114 |
Binary | 11001000 | 10111110 | 11000111 | 0 | 101 | 0 | 10110 | 100110010 | 1000 | 1001100 |
Color Harmonies of #C8BEC7
Complementary color
Monochromatic Colors of #C8BEC7
Black with #C8BEC7
Text Example
Text Example
White with #C8BEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BEC7; }
p { color: rgb(200,190,199); }
H1.HeaderClassName
{
color: #C8BEC7;
}
.AnyTagClassName
{
color: #C8BEC7;
}
</style>
background-color css
<style>
a { background-color: #C8BEC7; }
a { background-color: rgb(200,190,199); }
div.DivClassName
{
background-color: #C8BEC7;
}
.BgClassName
{
background-color: #C8BEC7;
}
</style>
border-color css
<style>
span { border-color: #C8BEC7; }
span { border-color: rgb(200,190,199); }
td.TdClassName
{
border-color: #C8BEC7;
}
.TagClassName
{
border-color: #C8BEC7;
}
</style>