Shades of Thistle #CCB7CB
Tints of Thistle #CCB7CB
RGB
CMYK
RGB Variations
Color information
#CCB7CB (or 0xCCB7CB) is known color: Thistle. HEX triplet: CC, B7 and CB. RGB value is (204,183,203). Sum of RGB (Red+Green+Blue) = 204+183+203=590 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.58% from 590); Green value is 183 (71.88% from 255 or 31.02% from 590); Blue value is 203 (79.69% from 255 or 34.41% from 590); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB7CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB7CB is #334834. Grayscale: #BFBFBF. Windows color (decimal): -3360821 or 13350860. OLE color: 13350860.
HSL color Cylindrical-coordinate representation of color #CCB7CB: hue angle of 302.86º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCB7CB is Cyan = 0, Magento = 0.10, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 183 | 203 | - |
| CMYK | 0 | 0.10 | 0.00 | 0.2 |
| HSL | 302.86º | 0.17% | 0.76% | - |
| HSV(B) | 302.86º | 0.1% | 0.8% | - |
| XYZ | 52.61 | 51.02 | 63.57 | - |
| YUV | 191.56 | 134.46 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 183 | 203 | 0 | 0.10 | 0.00 | 0.2 | 302.86 | 0.17 | 0.76 |
| Hex | CC | B7 | CB | 0 | A | 0 | 14 | 12F | 11 | 4C |
| Octal | 314 | 267 | 313 | 0 | 12 | 0 | 24 | 457 | 21 | 114 |
| Binary | 11001100 | 10110111 | 11001011 | 0 | 1010 | 0 | 10100 | 100101111 | 10001 | 1001100 |
Color Harmonies of #CCB7CB
Complementary color
Monochromatic Colors of #CCB7CB
Black with #CCB7CB
Text Example
Text Example
White with #CCB7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB7CB; }
p { color: rgb(204,183,203); }
H1.HeaderClassName
{
color: #CCB7CB;
}
.AnyTagClassName
{
color: #CCB7CB;
}
</style>
background-color css
<style>
a { background-color: #CCB7CB; }
a { background-color: rgb(204,183,203); }
div.DivClassName
{
background-color: #CCB7CB;
}
.BgClassName
{
background-color: #CCB7CB;
}
</style>
border-color css
<style>
span { border-color: #CCB7CB; }
span { border-color: rgb(204,183,203); }
td.TdClassName
{
border-color: #CCB7CB;
}
.TagClassName
{
border-color: #CCB7CB;
}
</style>