Shades of Thistle #CBC3CA
Tints of Thistle #CBC3CA
RGB
CMYK
RGB Variations
Color information
#CBC3CA (or 0xCBC3CA) is known color: Thistle. HEX triplet: CB, C3 and CA. RGB value is (203,195,202). Sum of RGB (Red+Green+Blue) = 203+195+202=600 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.83% from 600); Green value is 195 (76.56% from 255 or 32.5% from 600); Blue value is 202 (79.30% from 255 or 33.67% from 600); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC3CA is #343C35. Grayscale: #C6C6C6. Windows color (decimal): -3423286 or 13288395. OLE color: 13288395.
HSL color Cylindrical-coordinate representation of color #CBC3CA: hue angle of 307.5º degrees, saturation: 0.07, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CBC3CA is Cyan = 0, Magento = 0.04, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 195 | 202 | - |
| CMYK | 0 | 0.04 | 0.00 | 0.20 |
| HSL | 307.5º | 0.07% | 0.78% | - |
| HSV(B) | 307.5º | 0.04% | 0.8% | - |
| XYZ | 54.8 | 55.99 | 63.8 | - |
| YUV | 198.19 | 130.15 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 195 | 202 | 0 | 0.04 | 0.00 | 0.20 | 307.5 | 0.07 | 0.78 |
| Hex | CB | C3 | CA | 0 | 4 | 0 | 14 | 134 | 7 | 4E |
| Octal | 313 | 303 | 312 | 0 | 4 | 0 | 24 | 464 | 7 | 116 |
| Binary | 11001011 | 11000011 | 11001010 | 0 | 100 | 0 | 10100 | 100110100 | 111 | 1001110 |
Color Harmonies of #CBC3CA
Complementary color
Monochromatic Colors of #CBC3CA
Black with #CBC3CA
Text Example
Text Example
White with #CBC3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC3CA; }
p { color: rgb(203,195,202); }
H1.HeaderClassName
{
color: #CBC3CA;
}
.AnyTagClassName
{
color: #CBC3CA;
}
</style>
background-color css
<style>
a { background-color: #CBC3CA; }
a { background-color: rgb(203,195,202); }
div.DivClassName
{
background-color: #CBC3CA;
}
.BgClassName
{
background-color: #CBC3CA;
}
</style>
border-color css
<style>
span { border-color: #CBC3CA; }
span { border-color: rgb(203,195,202); }
td.TdClassName
{
border-color: #CBC3CA;
}
.TagClassName
{
border-color: #CBC3CA;
}
</style>