Shades of Thistle #CABEC9
Tints of Thistle #CABEC9
RGB
CMYK
RGB Variations
Color information
#CABEC9 (or 0xCABEC9) is known color: Thistle. HEX triplet: CA, BE and C9. RGB value is (202,190,201). Sum of RGB (Red+Green+Blue) = 202+190+201=593 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.06% from 593); Green value is 190 (74.61% from 255 or 32.04% from 593); Blue value is 201 (78.91% from 255 or 33.90% from 593); Max value from RGB is 202 - color contains mainly: red. Hex color #CABEC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABEC9 is #354136. Grayscale: #C2C2C2. Windows color (decimal): -3490103 or 13221578. OLE color: 13221578.
HSL color Cylindrical-coordinate representation of color #CABEC9: hue angle of 305º degrees, saturation: 0.1, 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 #CABEC9 is Cyan = 0, Magento = 0.06, Yellow = 0.00 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 190 | 201 | - |
CMYK | 0 | 0.06 | 0.00 | 0.21 |
HSL | 305º | 0.1% | 0.77% | - |
HSV(B) | 305º | 0.06% | 0.79% | - |
XYZ | 53.31 | 53.6 | 62.79 | - |
YUV | 194.84 | 131.48 | 133.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 190 | 201 | 0 | 0.06 | 0.00 | 0.21 | 305 | 0.1 | 0.77 |
Hex | CA | BE | C9 | 0 | 6 | 0 | 15 | 131 | A | 4D |
Octal | 312 | 276 | 311 | 0 | 6 | 0 | 25 | 461 | 12 | 115 |
Binary | 11001010 | 10111110 | 11001001 | 0 | 110 | 0 | 10101 | 100110001 | 1010 | 1001101 |
Color Harmonies of #CABEC9
Complementary color
Monochromatic Colors of #CABEC9
Black with #CABEC9
Text Example
Text Example
White with #CABEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABEC9; }
p { color: rgb(202,190,201); }
H1.HeaderClassName
{
color: #CABEC9;
}
.AnyTagClassName
{
color: #CABEC9;
}
</style>
background-color css
<style>
a { background-color: #CABEC9; }
a { background-color: rgb(202,190,201); }
div.DivClassName
{
background-color: #CABEC9;
}
.BgClassName
{
background-color: #CABEC9;
}
</style>
border-color css
<style>
span { border-color: #CABEC9; }
span { border-color: rgb(202,190,201); }
td.TdClassName
{
border-color: #CABEC9;
}
.TagClassName
{
border-color: #CABEC9;
}
</style>