Shades of Thistle #C7BEC7
Tints of Thistle #C7BEC7
RGB
CMYK
RGB Variations
Color information
#C7BEC7 (or 0xC7BEC7) is known color: Thistle. HEX triplet: C7, BE and C7. RGB value is (199,190,199). Sum of RGB (Red+Green+Blue) = 199+190+199=588 (77% of max value = 765). Red value is 199 (78.12% from 255 or 33.84% from 588); Green value is 190 (74.61% from 255 or 32.31% from 588); Blue value is 199 (78.12% from 255 or 33.84% from 588); Max value from RGB is 199 - color contains mainly: red, blue. Hex color #C7BEC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BEC7 is #384138. Grayscale: #C1C1C1. Windows color (decimal): -3686713 or 13090503. OLE color: 13090503.
HSL color Cylindrical-coordinate representation of color #C7BEC7: hue angle of 300º degrees, saturation: 0.07, 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 #C7BEC7 is Cyan = 0, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 190 | 199 | - |
CMYK | 0 | 0.05 | 0 | 0.22 |
HSL | 300º | 0.07% | 0.76% | - |
HSV(B) | 300º | 0.05% | 0.78% | - |
XYZ | 52.28 | 53.09 | 61.53 | - |
YUV | 193.72 | 130.98 | 131.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 190 | 199 | 0 | 0.05 | 0 | 0.22 | 300 | 0.07 | 0.76 |
Hex | C7 | BE | C7 | 0 | 5 | 0 | 16 | 12C | 7 | 4C |
Octal | 307 | 276 | 307 | 0 | 5 | 0 | 26 | 454 | 7 | 114 |
Binary | 11000111 | 10111110 | 11000111 | 0 | 101 | 0 | 10110 | 100101100 | 111 | 1001100 |
Color Harmonies of #C7BEC7
Complementary color
Monochromatic Colors of #C7BEC7
Black with #C7BEC7
Text Example
Text Example
White with #C7BEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BEC7; }
p { color: rgb(199,190,199); }
H1.HeaderClassName
{
color: #C7BEC7;
}
.AnyTagClassName
{
color: #C7BEC7;
}
</style>
background-color css
<style>
a { background-color: #C7BEC7; }
a { background-color: rgb(199,190,199); }
div.DivClassName
{
background-color: #C7BEC7;
}
.BgClassName
{
background-color: #C7BEC7;
}
</style>
border-color css
<style>
span { border-color: #C7BEC7; }
span { border-color: rgb(199,190,199); }
td.TdClassName
{
border-color: #C7BEC7;
}
.TagClassName
{
border-color: #C7BEC7;
}
</style>