Shades of Thistle #CBC2CA
Tints of Thistle #CBC2CA
RGB
CMYK
RGB Variations
Color information
#CBC2CA (or 0xCBC2CA) is known color: Thistle. HEX triplet: CB, C2 and CA. RGB value is (203,194,202). Sum of RGB (Red+Green+Blue) = 203+194+202=599 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.89% from 599); Green value is 194 (76.17% from 255 or 32.39% from 599); Blue value is 202 (79.30% from 255 or 33.72% from 599); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC2CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC2CA is #343D35. Grayscale: #C5C5C5. Windows color (decimal): -3423542 or 13288139. OLE color: 13288139.
HSL color Cylindrical-coordinate representation of color #CBC2CA: hue angle of 306.67º degrees, saturation: 0.08, 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 #CBC2CA is Cyan = 0, Magento = 0.04, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 194 | 202 | - |
| CMYK | 0 | 0.04 | 0.00 | 0.20 |
| HSL | 306.67º | 0.08% | 0.78% | - |
| HSV(B) | 306.67º | 0.04% | 0.8% | - |
| XYZ | 54.58 | 55.54 | 63.72 | - |
| YUV | 197.6 | 130.48 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 194 | 202 | 0 | 0.04 | 0.00 | 0.20 | 306.67 | 0.08 | 0.78 |
| Hex | CB | C2 | CA | 0 | 4 | 0 | 14 | 133 | 8 | 4E |
| Octal | 313 | 302 | 312 | 0 | 4 | 0 | 24 | 463 | 10 | 116 |
| Binary | 11001011 | 11000010 | 11001010 | 0 | 100 | 0 | 10100 | 100110011 | 1000 | 1001110 |
Color Harmonies of #CBC2CA
Complementary color
Monochromatic Colors of #CBC2CA
Black with #CBC2CA
Text Example
Text Example
White with #CBC2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC2CA; }
p { color: rgb(203,194,202); }
H1.HeaderClassName
{
color: #CBC2CA;
}
.AnyTagClassName
{
color: #CBC2CA;
}
</style>
background-color css
<style>
a { background-color: #CBC2CA; }
a { background-color: rgb(203,194,202); }
div.DivClassName
{
background-color: #CBC2CA;
}
.BgClassName
{
background-color: #CBC2CA;
}
</style>
border-color css
<style>
span { border-color: #CBC2CA; }
span { border-color: rgb(203,194,202); }
td.TdClassName
{
border-color: #CBC2CA;
}
.TagClassName
{
border-color: #CBC2CA;
}
</style>