Shades of Thistle #CBC6CB
Tints of Thistle #CBC6CB
RGB
CMYK
RGB Variations
Color information
#CBC6CB (or 0xCBC6CB) is known color: Thistle. HEX triplet: CB, C6 and CB. RGB value is (203,198,203). Sum of RGB (Red+Green+Blue) = 203+198+203=604 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.61% from 604); Green value is 198 (77.73% from 255 or 32.78% from 604); Blue value is 203 (79.69% from 255 or 33.61% from 604); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CBC6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC6CB is #343934. Grayscale: #C8C8C8. Windows color (decimal): -3422517 or 13354699. OLE color: 13354699.
HSL color Cylindrical-coordinate representation of color #CBC6CB: hue angle of 300º degrees, saturation: 0.05, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CBC6CB is Cyan = 0, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 198 | 203 | - |
| CMYK | 0 | 0.02 | 0 | 0.20 |
| HSL | 300º | 0.05% | 0.79% | - |
| HSV(B) | 300º | 0.02% | 0.8% | - |
| XYZ | 55.6 | 57.4 | 64.65 | - |
| YUV | 200.07 | 129.66 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 198 | 203 | 0 | 0.02 | 0 | 0.20 | 300 | 0.05 | 0.79 |
| Hex | CB | C6 | CB | 0 | 2 | 0 | 14 | 12C | 5 | 4F |
| Octal | 313 | 306 | 313 | 0 | 2 | 0 | 24 | 454 | 5 | 117 |
| Binary | 11001011 | 11000110 | 11001011 | 0 | 10 | 0 | 10100 | 100101100 | 101 | 1001111 |
Color Harmonies of #CBC6CB
Complementary color
Monochromatic Colors of #CBC6CB
Black with #CBC6CB
Text Example
Text Example
White with #CBC6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC6CB; }
p { color: rgb(203,198,203); }
H1.HeaderClassName
{
color: #CBC6CB;
}
.AnyTagClassName
{
color: #CBC6CB;
}
</style>
background-color css
<style>
a { background-color: #CBC6CB; }
a { background-color: rgb(203,198,203); }
div.DivClassName
{
background-color: #CBC6CB;
}
.BgClassName
{
background-color: #CBC6CB;
}
</style>
border-color css
<style>
span { border-color: #CBC6CB; }
span { border-color: rgb(203,198,203); }
td.TdClassName
{
border-color: #CBC6CB;
}
.TagClassName
{
border-color: #CBC6CB;
}
</style>