Shades of Thistle #CBC1CB
Tints of Thistle #CBC1CB
RGB
CMYK
RGB Variations
Color information
#CBC1CB (or 0xCBC1CB) is known color: Thistle. HEX triplet: CB, C1 and CB. RGB value is (203,193,203). Sum of RGB (Red+Green+Blue) = 203+193+203=599 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.89% from 599); Green value is 193 (75.78% from 255 or 32.22% from 599); Blue value is 203 (79.69% from 255 or 33.89% from 599); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CBC1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC1CB is #343E34. Grayscale: #C5C5C5. Windows color (decimal): -3423797 or 13353419. OLE color: 13353419.
HSL color Cylindrical-coordinate representation of color #CBC1CB: hue angle of 300º degrees, saturation: 0.09, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CBC1CB is Cyan = 0, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 193 | 203 | - |
| CMYK | 0 | 0.05 | 0 | 0.20 |
| HSL | 300º | 0.09% | 0.78% | - |
| HSV(B) | 300º | 0.05% | 0.8% | - |
| XYZ | 54.48 | 55.15 | 64.27 | - |
| YUV | 197.13 | 131.31 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 193 | 203 | 0 | 0.05 | 0 | 0.20 | 300 | 0.09 | 0.78 |
| Hex | CB | C1 | CB | 0 | 5 | 0 | 14 | 12C | 9 | 4E |
| Octal | 313 | 301 | 313 | 0 | 5 | 0 | 24 | 454 | 11 | 116 |
| Binary | 11001011 | 11000001 | 11001011 | 0 | 101 | 0 | 10100 | 100101100 | 1001 | 1001110 |
Color Harmonies of #CBC1CB
Complementary color
Monochromatic Colors of #CBC1CB
Black with #CBC1CB
Text Example
Text Example
White with #CBC1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC1CB; }
p { color: rgb(203,193,203); }
H1.HeaderClassName
{
color: #CBC1CB;
}
.AnyTagClassName
{
color: #CBC1CB;
}
</style>
background-color css
<style>
a { background-color: #CBC1CB; }
a { background-color: rgb(203,193,203); }
div.DivClassName
{
background-color: #CBC1CB;
}
.BgClassName
{
background-color: #CBC1CB;
}
</style>
border-color css
<style>
span { border-color: #CBC1CB; }
span { border-color: rgb(203,193,203); }
td.TdClassName
{
border-color: #CBC1CB;
}
.TagClassName
{
border-color: #CBC1CB;
}
</style>