Shades of Thistle #CCBFCA
Tints of Thistle #CCBFCA
RGB
CMYK
RGB Variations
Color information
#CCBFCA (or 0xCCBFCA) is known color: Thistle. HEX triplet: CC, BF and CA. RGB value is (204,191,202). Sum of RGB (Red+Green+Blue) = 204+191+202=597 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.17% from 597); Green value is 191 (75% from 255 or 31.99% from 597); Blue value is 202 (79.30% from 255 or 33.84% from 597); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBFCA is #334035. Grayscale: #C4C4C4. Windows color (decimal): -3358774 or 13287372. OLE color: 13287372.
HSL color Cylindrical-coordinate representation of color #CCBFCA: hue angle of 309.23º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CCBFCA is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 191 | 202 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.2 |
| HSL | 309.23º | 0.11% | 0.77% | - |
| HSV(B) | 309.23º | 0.06% | 0.8% | - |
| XYZ | 54.19 | 54.36 | 63.51 | - |
| YUV | 196.14 | 131.31 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 191 | 202 | 0 | 0.06 | 0.01 | 0.2 | 309.23 | 0.11 | 0.77 |
| Hex | CC | BF | CA | 0 | 6 | 1 | 14 | 135 | B | 4D |
| Octal | 314 | 277 | 312 | 0 | 6 | 1 | 24 | 465 | 13 | 115 |
| Binary | 11001100 | 10111111 | 11001010 | 0 | 110 | 1 | 10100 | 100110101 | 1011 | 1001101 |
Color Harmonies of #CCBFCA
Complementary color
Monochromatic Colors of #CCBFCA
Black with #CCBFCA
Text Example
Text Example
White with #CCBFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBFCA; }
p { color: rgb(204,191,202); }
H1.HeaderClassName
{
color: #CCBFCA;
}
.AnyTagClassName
{
color: #CCBFCA;
}
</style>
background-color css
<style>
a { background-color: #CCBFCA; }
a { background-color: rgb(204,191,202); }
div.DivClassName
{
background-color: #CCBFCA;
}
.BgClassName
{
background-color: #CCBFCA;
}
</style>
border-color css
<style>
span { border-color: #CCBFCA; }
span { border-color: rgb(204,191,202); }
td.TdClassName
{
border-color: #CCBFCA;
}
.TagClassName
{
border-color: #CCBFCA;
}
</style>