Shades of Thistle #CABDC9
Tints of Thistle #CABDC9
RGB
CMYK
RGB Variations
Color information
#CABDC9 (or 0xCABDC9) is known color: Thistle. HEX triplet: CA, BD and C9. RGB value is (202,189,201). Sum of RGB (Red+Green+Blue) = 202+189+201=592 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.12% from 592); Green value is 189 (74.22% from 255 or 31.93% from 592); Blue value is 201 (78.91% from 255 or 33.95% from 592); Max value from RGB is 202 - color contains mainly: red. Hex color #CABDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABDC9 is #354236. Grayscale: #C2C2C2. Windows color (decimal): -3490359 or 13221322. OLE color: 13221322.
HSL color Cylindrical-coordinate representation of color #CABDC9: hue angle of 304.62º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CABDC9 is Cyan = 0, Magento = 0.06, Yellow = 0.00 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 189 | 201 | - |
CMYK | 0 | 0.06 | 0.00 | 0.21 |
HSL | 304.62º | 0.11% | 0.77% | - |
HSV(B) | 304.62º | 0.06% | 0.79% | - |
XYZ | 53.1 | 53.17 | 62.72 | - |
YUV | 194.26 | 131.81 | 133.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 189 | 201 | 0 | 0.06 | 0.00 | 0.21 | 304.62 | 0.11 | 0.77 |
Hex | CA | BD | C9 | 0 | 6 | 0 | 15 | 131 | B | 4D |
Octal | 312 | 275 | 311 | 0 | 6 | 0 | 25 | 461 | 13 | 115 |
Binary | 11001010 | 10111101 | 11001001 | 0 | 110 | 0 | 10101 | 100110001 | 1011 | 1001101 |
Color Harmonies of #CABDC9
Complementary color
Monochromatic Colors of #CABDC9
Black with #CABDC9
Text Example
Text Example
White with #CABDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABDC9; }
p { color: rgb(202,189,201); }
H1.HeaderClassName
{
color: #CABDC9;
}
.AnyTagClassName
{
color: #CABDC9;
}
</style>
background-color css
<style>
a { background-color: #CABDC9; }
a { background-color: rgb(202,189,201); }
div.DivClassName
{
background-color: #CABDC9;
}
.BgClassName
{
background-color: #CABDC9;
}
</style>
border-color css
<style>
span { border-color: #CABDC9; }
span { border-color: rgb(202,189,201); }
td.TdClassName
{
border-color: #CABDC9;
}
.TagClassName
{
border-color: #CABDC9;
}
</style>