Shades of Thistle #CCC1CB
Tints of Thistle #CCC1CB
RGB
CMYK
RGB Variations
Color information
#CCC1CB (or 0xCCC1CB) is known color: Thistle. HEX triplet: CC, C1 and CB. RGB value is (204,193,203). Sum of RGB (Red+Green+Blue) = 204+193+203=600 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34% from 600); Green value is 193 (75.78% from 255 or 32.17% from 600); Blue value is 203 (79.69% from 255 or 33.83% from 600); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC1CB is #333E34. Grayscale: #C5C5C5. Windows color (decimal): -3358261 or 13353420. OLE color: 13353420.
HSL color Cylindrical-coordinate representation of color #CCC1CB: hue angle of 305.45º degrees, saturation: 0.1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CCC1CB is Cyan = 0, Magento = 0.05, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 193 | 203 | - |
| CMYK | 0 | 0.05 | 0.00 | 0.2 |
| HSL | 305.45º | 0.1% | 0.78% | - |
| HSV(B) | 305.45º | 0.05% | 0.8% | - |
| XYZ | 54.75 | 55.29 | 64.29 | - |
| YUV | 197.43 | 131.14 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 193 | 203 | 0 | 0.05 | 0.00 | 0.2 | 305.45 | 0.1 | 0.78 |
| Hex | CC | C1 | CB | 0 | 5 | 0 | 14 | 131 | A | 4E |
| Octal | 314 | 301 | 313 | 0 | 5 | 0 | 24 | 461 | 12 | 116 |
| Binary | 11001100 | 11000001 | 11001011 | 0 | 101 | 0 | 10100 | 100110001 | 1010 | 1001110 |
Color Harmonies of #CCC1CB
Complementary color
Monochromatic Colors of #CCC1CB
Black with #CCC1CB
Text Example
Text Example
White with #CCC1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC1CB; }
p { color: rgb(204,193,203); }
H1.HeaderClassName
{
color: #CCC1CB;
}
.AnyTagClassName
{
color: #CCC1CB;
}
</style>
background-color css
<style>
a { background-color: #CCC1CB; }
a { background-color: rgb(204,193,203); }
div.DivClassName
{
background-color: #CCC1CB;
}
.BgClassName
{
background-color: #CCC1CB;
}
</style>
border-color css
<style>
span { border-color: #CCC1CB; }
span { border-color: rgb(204,193,203); }
td.TdClassName
{
border-color: #CCC1CB;
}
.TagClassName
{
border-color: #CCC1CB;
}
</style>