Shades of Thistle #CBC7CB
Tints of Thistle #CBC7CB
RGB
CMYK
RGB Variations
Color information
#CBC7CB (or 0xCBC7CB) is known color: Thistle. HEX triplet: CB, C7 and CB. RGB value is (203,199,203). Sum of RGB (Red+Green+Blue) = 203+199+203=605 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.55% from 605); Green value is 199 (78.12% from 255 or 32.89% from 605); Blue value is 203 (79.69% from 255 or 33.55% from 605); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CBC7CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC7CB is #343834. Grayscale: #C8C8C8. Windows color (decimal): -3422261 or 13354955. OLE color: 13354955.
HSL color Cylindrical-coordinate representation of color #CBC7CB: hue angle of 300º degrees, saturation: 0.04, 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 #CBC7CB is Cyan = 0, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 199 | 203 | - |
| CMYK | 0 | 0.02 | 0 | 0.20 |
| HSL | 300º | 0.04% | 0.79% | - |
| HSV(B) | 300º | 0.02% | 0.8% | - |
| XYZ | 55.83 | 57.86 | 64.72 | - |
| YUV | 200.65 | 129.33 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 199 | 203 | 0 | 0.02 | 0 | 0.20 | 300 | 0.04 | 0.79 |
| Hex | CB | C7 | CB | 0 | 2 | 0 | 14 | 12C | 4 | 4F |
| Octal | 313 | 307 | 313 | 0 | 2 | 0 | 24 | 454 | 4 | 117 |
| Binary | 11001011 | 11000111 | 11001011 | 0 | 10 | 0 | 10100 | 100101100 | 100 | 1001111 |
Color Harmonies of #CBC7CB
Complementary color
Monochromatic Colors of #CBC7CB
Black with #CBC7CB
Text Example
Text Example
White with #CBC7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC7CB; }
p { color: rgb(203,199,203); }
H1.HeaderClassName
{
color: #CBC7CB;
}
.AnyTagClassName
{
color: #CBC7CB;
}
</style>
background-color css
<style>
a { background-color: #CBC7CB; }
a { background-color: rgb(203,199,203); }
div.DivClassName
{
background-color: #CBC7CB;
}
.BgClassName
{
background-color: #CBC7CB;
}
</style>
border-color css
<style>
span { border-color: #CBC7CB; }
span { border-color: rgb(203,199,203); }
td.TdClassName
{
border-color: #CBC7CB;
}
.TagClassName
{
border-color: #CBC7CB;
}
</style>