Shades of Thistle #CCBFCB
Tints of Thistle #CCBFCB
RGB
CMYK
RGB Variations
Color information
#CCBFCB (or 0xCCBFCB) is known color: Thistle. HEX triplet: CC, BF and CB. RGB value is (204,191,203). Sum of RGB (Red+Green+Blue) = 204+191+203=598 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.11% from 598); Green value is 191 (75% from 255 or 31.94% from 598); Blue value is 203 (79.69% from 255 or 33.95% from 598); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBFCB is #334034. Grayscale: #C4C4C4. Windows color (decimal): -3358773 or 13352908. OLE color: 13352908.
HSL color Cylindrical-coordinate representation of color #CCBFCB: hue angle of 304.62º 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 #CCBFCB is Cyan = 0, Magento = 0.06, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 191 | 203 | - |
| CMYK | 0 | 0.06 | 0.00 | 0.2 |
| HSL | 304.62º | 0.11% | 0.77% | - |
| HSV(B) | 304.62º | 0.06% | 0.8% | - |
| XYZ | 54.31 | 54.41 | 64.14 | - |
| YUV | 196.26 | 131.81 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 191 | 203 | 0 | 0.06 | 0.00 | 0.2 | 304.62 | 0.11 | 0.77 |
| Hex | CC | BF | CB | 0 | 6 | 0 | 14 | 131 | B | 4D |
| Octal | 314 | 277 | 313 | 0 | 6 | 0 | 24 | 461 | 13 | 115 |
| Binary | 11001100 | 10111111 | 11001011 | 0 | 110 | 0 | 10100 | 100110001 | 1011 | 1001101 |
Color Harmonies of #CCBFCB
Complementary color
Monochromatic Colors of #CCBFCB
Black with #CCBFCB
Text Example
Text Example
White with #CCBFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBFCB; }
p { color: rgb(204,191,203); }
H1.HeaderClassName
{
color: #CCBFCB;
}
.AnyTagClassName
{
color: #CCBFCB;
}
</style>
background-color css
<style>
a { background-color: #CCBFCB; }
a { background-color: rgb(204,191,203); }
div.DivClassName
{
background-color: #CCBFCB;
}
.BgClassName
{
background-color: #CCBFCB;
}
</style>
border-color css
<style>
span { border-color: #CCBFCB; }
span { border-color: rgb(204,191,203); }
td.TdClassName
{
border-color: #CCBFCB;
}
.TagClassName
{
border-color: #CCBFCB;
}
</style>