Shades of Thistle #CCBACA
Tints of Thistle #CCBACA
RGB
CMYK
RGB Variations
Color information
#CCBACA (or 0xCCBACA) is known color: Thistle. HEX triplet: CC, BA and CA. RGB value is (204,186,202). Sum of RGB (Red+Green+Blue) = 204+186+202=592 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.46% from 592); Green value is 186 (73.05% from 255 or 31.42% from 592); Blue value is 202 (79.30% from 255 or 34.12% from 592); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBACA is #334535. Grayscale: #C1C1C1. Windows color (decimal): -3360054 or 13286092. OLE color: 13286092.
HSL color Cylindrical-coordinate representation of color #CCBACA: hue angle of 306.67º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCBACA is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 186 | 202 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.2 |
| HSL | 306.67º | 0.15% | 0.76% | - |
| HSV(B) | 306.67º | 0.09% | 0.8% | - |
| XYZ | 53.12 | 52.22 | 63.16 | - |
| YUV | 193.21 | 132.96 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 186 | 202 | 0 | 0.09 | 0.01 | 0.2 | 306.67 | 0.15 | 0.76 |
| Hex | CC | BA | CA | 0 | 9 | 1 | 14 | 133 | F | 4C |
| Octal | 314 | 272 | 312 | 0 | 11 | 1 | 24 | 463 | 17 | 114 |
| Binary | 11001100 | 10111010 | 11001010 | 0 | 1001 | 1 | 10100 | 100110011 | 1111 | 1001100 |
Color Harmonies of #CCBACA
Complementary color
Monochromatic Colors of #CCBACA
Black with #CCBACA
Text Example
Text Example
White with #CCBACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBACA; }
p { color: rgb(204,186,202); }
H1.HeaderClassName
{
color: #CCBACA;
}
.AnyTagClassName
{
color: #CCBACA;
}
</style>
background-color css
<style>
a { background-color: #CCBACA; }
a { background-color: rgb(204,186,202); }
div.DivClassName
{
background-color: #CCBACA;
}
.BgClassName
{
background-color: #CCBACA;
}
</style>
border-color css
<style>
span { border-color: #CCBACA; }
span { border-color: rgb(204,186,202); }
td.TdClassName
{
border-color: #CCBACA;
}
.TagClassName
{
border-color: #CCBACA;
}
</style>