Shades of Thistle #CCB8CA
Tints of Thistle #CCB8CA
RGB
CMYK
RGB Variations
Color information
#CCB8CA (or 0xCCB8CA) is known color: Thistle. HEX triplet: CC, B8 and CA. RGB value is (204,184,202). Sum of RGB (Red+Green+Blue) = 204+184+202=590 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.58% from 590); Green value is 184 (72.27% from 255 or 31.19% from 590); Blue value is 202 (79.30% from 255 or 34.24% from 590); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB8CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB8CA is #334735. Grayscale: #BFBFBF. Windows color (decimal): -3360566 or 13285580. OLE color: 13285580.
HSL color Cylindrical-coordinate representation of color #CCB8CA: hue angle of 306º degrees, saturation: 0.16, 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 #CCB8CA is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 184 | 202 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.2 |
| HSL | 306º | 0.16% | 0.76% | - |
| HSV(B) | 306º | 0.1% | 0.8% | - |
| XYZ | 52.7 | 51.38 | 63.02 | - |
| YUV | 192.03 | 133.63 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 184 | 202 | 0 | 0.10 | 0.01 | 0.2 | 306 | 0.16 | 0.76 |
| Hex | CC | B8 | CA | 0 | A | 1 | 14 | 132 | 10 | 4C |
| Octal | 314 | 270 | 312 | 0 | 12 | 1 | 24 | 462 | 20 | 114 |
| Binary | 11001100 | 10111000 | 11001010 | 0 | 1010 | 1 | 10100 | 100110010 | 10000 | 1001100 |
Color Harmonies of #CCB8CA
Complementary color
Monochromatic Colors of #CCB8CA
Black with #CCB8CA
Text Example
Text Example
White with #CCB8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB8CA; }
p { color: rgb(204,184,202); }
H1.HeaderClassName
{
color: #CCB8CA;
}
.AnyTagClassName
{
color: #CCB8CA;
}
</style>
background-color css
<style>
a { background-color: #CCB8CA; }
a { background-color: rgb(204,184,202); }
div.DivClassName
{
background-color: #CCB8CA;
}
.BgClassName
{
background-color: #CCB8CA;
}
</style>
border-color css
<style>
span { border-color: #CCB8CA; }
span { border-color: rgb(204,184,202); }
td.TdClassName
{
border-color: #CCB8CA;
}
.TagClassName
{
border-color: #CCB8CA;
}
</style>