Shades of Thistle #CABFC9
Tints of Thistle #CABFC9
RGB
CMYK
RGB Variations
Color information
#CABFC9 (or 0xCABFC9) is known color: Thistle. HEX triplet: CA, BF and C9. RGB value is (202,191,201). Sum of RGB (Red+Green+Blue) = 202+191+201=594 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.01% from 594); Green value is 191 (75% from 255 or 32.15% from 594); Blue value is 201 (78.91% from 255 or 33.84% from 594); Max value from RGB is 202 - color contains mainly: red. Hex color #CABFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABFC9 is #354036. Grayscale: #C3C3C3. Windows color (decimal): -3489847 or 13221834. OLE color: 13221834.
HSL color Cylindrical-coordinate representation of color #CABFC9: hue angle of 305.45º degrees, saturation: 0.09, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CABFC9 is Cyan = 0, Magento = 0.05, Yellow = 0.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 191 | 201 | - |
| CMYK | 0 | 0.05 | 0.00 | 0.21 |
| HSL | 305.45º | 0.09% | 0.77% | - |
| HSV(B) | 305.45º | 0.05% | 0.79% | - |
| XYZ | 53.53 | 54.04 | 62.87 | - |
| YUV | 195.43 | 131.14 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 191 | 201 | 0 | 0.05 | 0.00 | 0.21 | 305.45 | 0.09 | 0.77 |
| Hex | CA | BF | C9 | 0 | 5 | 0 | 15 | 131 | 9 | 4D |
| Octal | 312 | 277 | 311 | 0 | 5 | 0 | 25 | 461 | 11 | 115 |
| Binary | 11001010 | 10111111 | 11001001 | 0 | 101 | 0 | 10101 | 100110001 | 1001 | 1001101 |
Color Harmonies of #CABFC9
Complementary color
Monochromatic Colors of #CABFC9
Black with #CABFC9
Text Example
Text Example
White with #CABFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABFC9; }
p { color: rgb(202,191,201); }
H1.HeaderClassName
{
color: #CABFC9;
}
.AnyTagClassName
{
color: #CABFC9;
}
</style>
background-color css
<style>
a { background-color: #CABFC9; }
a { background-color: rgb(202,191,201); }
div.DivClassName
{
background-color: #CABFC9;
}
.BgClassName
{
background-color: #CABFC9;
}
</style>
border-color css
<style>
span { border-color: #CABFC9; }
span { border-color: rgb(202,191,201); }
td.TdClassName
{
border-color: #CABFC9;
}
.TagClassName
{
border-color: #CABFC9;
}
</style>