Shades of Thistle #CFB9CC
Tints of Thistle #CFB9CC
RGB
CMYK
RGB Variations
Color information
#CFB9CC (or 0xCFB9CC) is known color: Thistle. HEX triplet: CF, B9 and CC. RGB value is (207,185,204). Sum of RGB (Red+Green+Blue) = 207+185+204=596 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.73% from 596); Green value is 185 (72.66% from 255 or 31.04% from 596); Blue value is 204 (80.08% from 255 or 34.23% from 596); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB9CC is #304633. Grayscale: #C1C1C1. Windows color (decimal): -3163700 or 13416911. OLE color: 13416911.
HSL color Cylindrical-coordinate representation of color #CFB9CC: hue angle of 308.18º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFB9CC is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 185 | 204 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.19 |
| HSL | 308.18º | 0.19% | 0.77% | - |
| HSV(B) | 308.18º | 0.11% | 0.81% | - |
| XYZ | 53.98 | 52.32 | 64.38 | - |
| YUV | 193.74 | 133.79 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 185 | 204 | 0 | 0.11 | 0.01 | 0.19 | 308.18 | 0.19 | 0.77 |
| Hex | CF | B9 | CC | 0 | B | 1 | 13 | 134 | 13 | 4D |
| Octal | 317 | 271 | 314 | 0 | 13 | 1 | 23 | 464 | 23 | 115 |
| Binary | 11001111 | 10111001 | 11001100 | 0 | 1011 | 1 | 10011 | 100110100 | 10011 | 1001101 |
Color Harmonies of #CFB9CC
Complementary color
Monochromatic Colors of #CFB9CC
Black with #CFB9CC
Text Example
Text Example
White with #CFB9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB9CC; }
p { color: rgb(207,185,204); }
H1.HeaderClassName
{
color: #CFB9CC;
}
.AnyTagClassName
{
color: #CFB9CC;
}
</style>
background-color css
<style>
a { background-color: #CFB9CC; }
a { background-color: rgb(207,185,204); }
div.DivClassName
{
background-color: #CFB9CC;
}
.BgClassName
{
background-color: #CFB9CC;
}
</style>
border-color css
<style>
span { border-color: #CFB9CC; }
span { border-color: rgb(207,185,204); }
td.TdClassName
{
border-color: #CFB9CC;
}
.TagClassName
{
border-color: #CFB9CC;
}
</style>