Shades of Thistle #CBC4CA
Tints of Thistle #CBC4CA
RGB
CMYK
RGB Variations
Color information
#CBC4CA (or 0xCBC4CA) is known color: Thistle. HEX triplet: CB, C4 and CA. RGB value is (203,196,202). Sum of RGB (Red+Green+Blue) = 203+196+202=601 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.78% from 601); Green value is 196 (76.95% from 255 or 32.61% from 601); Blue value is 202 (79.30% from 255 or 33.61% from 601); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC4CA is #343B35. Grayscale: #C6C6C6. Windows color (decimal): -3423030 or 13288651. OLE color: 13288651.
HSL color Cylindrical-coordinate representation of color #CBC4CA: hue angle of 308.57º degrees, saturation: 0.06, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CBC4CA is Cyan = 0, Magento = 0.03, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 196 | 202 | - |
| CMYK | 0 | 0.03 | 0.00 | 0.20 |
| HSL | 308.57º | 0.06% | 0.78% | - |
| HSV(B) | 308.57º | 0.03% | 0.8% | - |
| XYZ | 55.03 | 56.44 | 63.87 | - |
| YUV | 198.78 | 129.82 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 196 | 202 | 0 | 0.03 | 0.00 | 0.20 | 308.57 | 0.06 | 0.78 |
| Hex | CB | C4 | CA | 0 | 3 | 0 | 14 | 135 | 6 | 4E |
| Octal | 313 | 304 | 312 | 0 | 3 | 0 | 24 | 465 | 6 | 116 |
| Binary | 11001011 | 11000100 | 11001010 | 0 | 11 | 0 | 10100 | 100110101 | 110 | 1001110 |
Color Harmonies of #CBC4CA
Complementary color
Monochromatic Colors of #CBC4CA
Black with #CBC4CA
Text Example
Text Example
White with #CBC4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC4CA; }
p { color: rgb(203,196,202); }
H1.HeaderClassName
{
color: #CBC4CA;
}
.AnyTagClassName
{
color: #CBC4CA;
}
</style>
background-color css
<style>
a { background-color: #CBC4CA; }
a { background-color: rgb(203,196,202); }
div.DivClassName
{
background-color: #CBC4CA;
}
.BgClassName
{
background-color: #CBC4CA;
}
</style>
border-color css
<style>
span { border-color: #CBC4CA; }
span { border-color: rgb(203,196,202); }
td.TdClassName
{
border-color: #CBC4CA;
}
.TagClassName
{
border-color: #CBC4CA;
}
</style>