Shades of Thistle #CBBFCB
Tints of Thistle #CBBFCB
RGB
CMYK
RGB Variations
Color information
#CBBFCB (or 0xCBBFCB) is known color: Thistle. HEX triplet: CB, BF and CB. RGB value is (203,191,203). Sum of RGB (Red+Green+Blue) = 203+191+203=597 (79% of max value = 765). Red value is 203 (79.69% from 255 or 34.00% from 597); Green value is 191 (75% from 255 or 31.99% from 597); Blue value is 203 (79.69% from 255 or 34.00% from 597); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CBBFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBFCB is #344034. Grayscale: #C3C3C3. Windows color (decimal): -3424309 or 13352907. OLE color: 13352907.
HSL color Cylindrical-coordinate representation of color #CBBFCB: hue angle of 300º degrees, saturation: 0.1, 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 #CBBFCB is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 191 | 203 | - |
| CMYK | 0 | 0.06 | 0 | 0.20 |
| HSL | 300º | 0.1% | 0.77% | - |
| HSV(B) | 300º | 0.06% | 0.8% | - |
| XYZ | 54.04 | 54.27 | 64.13 | - |
| YUV | 195.96 | 131.98 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 191 | 203 | 0 | 0.06 | 0 | 0.20 | 300 | 0.1 | 0.77 |
| Hex | CB | BF | CB | 0 | 6 | 0 | 14 | 12C | A | 4D |
| Octal | 313 | 277 | 313 | 0 | 6 | 0 | 24 | 454 | 12 | 115 |
| Binary | 11001011 | 10111111 | 11001011 | 0 | 110 | 0 | 10100 | 100101100 | 1010 | 1001101 |
Color Harmonies of #CBBFCB
Complementary color
Monochromatic Colors of #CBBFCB
Black with #CBBFCB
Text Example
Text Example
White with #CBBFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBFCB; }
p { color: rgb(203,191,203); }
H1.HeaderClassName
{
color: #CBBFCB;
}
.AnyTagClassName
{
color: #CBBFCB;
}
</style>
background-color css
<style>
a { background-color: #CBBFCB; }
a { background-color: rgb(203,191,203); }
div.DivClassName
{
background-color: #CBBFCB;
}
.BgClassName
{
background-color: #CBBFCB;
}
</style>
border-color css
<style>
span { border-color: #CBBFCB; }
span { border-color: rgb(203,191,203); }
td.TdClassName
{
border-color: #CBBFCB;
}
.TagClassName
{
border-color: #CBBFCB;
}
</style>