Shades of Thistle #CABACA
Tints of Thistle #CABACA
RGB
CMYK
RGB Variations
Color information
#CABACA (or 0xCABACA) is known color: Thistle. HEX triplet: CA, BA and CA. RGB value is (202,186,202). Sum of RGB (Red+Green+Blue) = 202+186+202=590 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.24% from 590); Green value is 186 (73.05% from 255 or 31.53% from 590); Blue value is 202 (79.30% from 255 or 34.24% from 590); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CABACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABACA is #354535. Grayscale: #C0C0C0. Windows color (decimal): -3491126 or 13286090. OLE color: 13286090.
HSL color Cylindrical-coordinate representation of color #CABACA: hue angle of 300º 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 #CABACA is Cyan = 0, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 186 | 202 | - |
CMYK | 0 | 0.08 | 0 | 0.21 |
HSL | 300º | 0.13% | 0.76% | - |
HSV(B) | 300º | 0.08% | 0.79% | - |
XYZ | 52.58 | 51.94 | 63.13 | - |
YUV | 192.61 | 133.3 | 134.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 186 | 202 | 0 | 0.08 | 0 | 0.21 | 300 | 0.13 | 0.76 |
Hex | CA | BA | CA | 0 | 8 | 0 | 15 | 12C | D | 4C |
Octal | 312 | 272 | 312 | 0 | 10 | 0 | 25 | 454 | 15 | 114 |
Binary | 11001010 | 10111010 | 11001010 | 0 | 1000 | 0 | 10101 | 100101100 | 1101 | 1001100 |
Color Harmonies of #CABACA
Complementary color
Monochromatic Colors of #CABACA
Black with #CABACA
Text Example
Text Example
White with #CABACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABACA; }
p { color: rgb(202,186,202); }
H1.HeaderClassName
{
color: #CABACA;
}
.AnyTagClassName
{
color: #CABACA;
}
</style>
background-color css
<style>
a { background-color: #CABACA; }
a { background-color: rgb(202,186,202); }
div.DivClassName
{
background-color: #CABACA;
}
.BgClassName
{
background-color: #CABACA;
}
</style>
border-color css
<style>
span { border-color: #CABACA; }
span { border-color: rgb(202,186,202); }
td.TdClassName
{
border-color: #CABACA;
}
.TagClassName
{
border-color: #CABACA;
}
</style>