Shades of Thistle #CCC6CB
Tints of Thistle #CCC6CB
RGB
CMYK
RGB Variations
Color information
#CCC6CB (or 0xCCC6CB) is known color: Thistle. HEX triplet: CC, C6 and CB. RGB value is (204,198,203). Sum of RGB (Red+Green+Blue) = 204+198+203=605 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.72% from 605); Green value is 198 (77.73% from 255 or 32.73% from 605); Blue value is 203 (79.69% from 255 or 33.55% from 605); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC6CB is #333934. Grayscale: #C8C8C8. Windows color (decimal): -3356981 or 13354700. OLE color: 13354700.
HSL color Cylindrical-coordinate representation of color #CCC6CB: hue angle of 310º degrees, saturation: 0.06, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CCC6CB is Cyan = 0, Magento = 0.03, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 198 | 203 | - |
| CMYK | 0 | 0.03 | 0.00 | 0.2 |
| HSL | 310º | 0.06% | 0.79% | - |
| HSV(B) | 310º | 0.03% | 0.8% | - |
| XYZ | 55.88 | 57.54 | 64.66 | - |
| YUV | 200.36 | 129.49 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 203 | 0 | 0.03 | 0.00 | 0.2 | 310 | 0.06 | 0.79 |
| Hex | CC | C6 | CB | 0 | 3 | 0 | 14 | 136 | 6 | 4F |
| Octal | 314 | 306 | 313 | 0 | 3 | 0 | 24 | 466 | 6 | 117 |
| Binary | 11001100 | 11000110 | 11001011 | 0 | 11 | 0 | 10100 | 100110110 | 110 | 1001111 |
Color Harmonies of #CCC6CB
Complementary color
Monochromatic Colors of #CCC6CB
Black with #CCC6CB
Text Example
Text Example
White with #CCC6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC6CB; }
p { color: rgb(204,198,203); }
H1.HeaderClassName
{
color: #CCC6CB;
}
.AnyTagClassName
{
color: #CCC6CB;
}
</style>
background-color css
<style>
a { background-color: #CCC6CB; }
a { background-color: rgb(204,198,203); }
div.DivClassName
{
background-color: #CCC6CB;
}
.BgClassName
{
background-color: #CCC6CB;
}
</style>
border-color css
<style>
span { border-color: #CCC6CB; }
span { border-color: rgb(204,198,203); }
td.TdClassName
{
border-color: #CCC6CB;
}
.TagClassName
{
border-color: #CCC6CB;
}
</style>