Shades of Thistle #CABAC9
Tints of Thistle #CABAC9
RGB
CMYK
RGB Variations
Color information
#CABAC9 (or 0xCABAC9) is known color: Thistle. HEX triplet: CA, BA and C9. RGB value is (202,186,201). Sum of RGB (Red+Green+Blue) = 202+186+201=589 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.30% from 589); Green value is 186 (73.05% from 255 or 31.58% from 589); Blue value is 201 (78.91% from 255 or 34.13% from 589); Max value from RGB is 202 - color contains mainly: red. Hex color #CABAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABAC9 is #354536. Grayscale: #C0C0C0. Windows color (decimal): -3491127 or 13220554. OLE color: 13220554.
HSL color Cylindrical-coordinate representation of color #CABAC9: hue angle of 303.75º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CABAC9 is Cyan = 0, Magento = 0.08, Yellow = 0.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 186 | 201 | - |
| CMYK | 0 | 0.08 | 0.00 | 0.21 |
| HSL | 303.75º | 0.13% | 0.76% | - |
| HSV(B) | 303.75º | 0.08% | 0.79% | - |
| XYZ | 52.46 | 51.89 | 62.51 | - |
| YUV | 192.49 | 132.8 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 201 | 0 | 0.08 | 0.00 | 0.21 | 303.75 | 0.13 | 0.76 |
| Hex | CA | BA | C9 | 0 | 8 | 0 | 15 | 130 | D | 4C |
| Octal | 312 | 272 | 311 | 0 | 10 | 0 | 25 | 460 | 15 | 114 |
| Binary | 11001010 | 10111010 | 11001001 | 0 | 1000 | 0 | 10101 | 100110000 | 1101 | 1001100 |
Color Harmonies of #CABAC9
Complementary color
Monochromatic Colors of #CABAC9
Black with #CABAC9
Text Example
Text Example
White with #CABAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABAC9; }
p { color: rgb(202,186,201); }
H1.HeaderClassName
{
color: #CABAC9;
}
.AnyTagClassName
{
color: #CABAC9;
}
</style>
background-color css
<style>
a { background-color: #CABAC9; }
a { background-color: rgb(202,186,201); }
div.DivClassName
{
background-color: #CABAC9;
}
.BgClassName
{
background-color: #CABAC9;
}
</style>
border-color css
<style>
span { border-color: #CABAC9; }
span { border-color: rgb(202,186,201); }
td.TdClassName
{
border-color: #CABAC9;
}
.TagClassName
{
border-color: #CABAC9;
}
</style>