Shades of Thistle #CCBACC
Tints of Thistle #CCBACC
RGB
CMYK
RGB Variations
Color information
#CCBACC (or 0xCCBACC) is known color: Thistle. HEX triplet: CC, BA and CC. RGB value is (204,186,204). Sum of RGB (Red+Green+Blue) = 204+186+204=594 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.34% from 594); Green value is 186 (73.05% from 255 or 31.31% from 594); Blue value is 204 (80.08% from 255 or 34.34% from 594); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CCBACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBACC is #334533. Grayscale: #C1C1C1. Windows color (decimal): -3360052 or 13417164. OLE color: 13417164.
HSL color Cylindrical-coordinate representation of color #CCBACC: hue angle of 300º 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 #CCBACC is Cyan = 0, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 186 | 204 | - |
| CMYK | 0 | 0.09 | 0 | 0.2 |
| HSL | 300º | 0.15% | 0.76% | - |
| HSV(B) | 300º | 0.09% | 0.8% | - |
| XYZ | 53.36 | 52.31 | 64.41 | - |
| YUV | 193.43 | 133.96 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 186 | 204 | 0 | 0.09 | 0 | 0.2 | 300 | 0.15 | 0.76 |
| Hex | CC | BA | CC | 0 | 9 | 0 | 14 | 12C | F | 4C |
| Octal | 314 | 272 | 314 | 0 | 11 | 0 | 24 | 454 | 17 | 114 |
| Binary | 11001100 | 10111010 | 11001100 | 0 | 1001 | 0 | 10100 | 100101100 | 1111 | 1001100 |
Color Harmonies of #CCBACC
Complementary color
Monochromatic Colors of #CCBACC
Black with #CCBACC
Text Example
Text Example
White with #CCBACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBACC; }
p { color: rgb(204,186,204); }
H1.HeaderClassName
{
color: #CCBACC;
}
.AnyTagClassName
{
color: #CCBACC;
}
</style>
background-color css
<style>
a { background-color: #CCBACC; }
a { background-color: rgb(204,186,204); }
div.DivClassName
{
background-color: #CCBACC;
}
.BgClassName
{
background-color: #CCBACC;
}
</style>
border-color css
<style>
span { border-color: #CCBACC; }
span { border-color: rgb(204,186,204); }
td.TdClassName
{
border-color: #CCBACC;
}
.TagClassName
{
border-color: #CCBACC;
}
</style>