Shades of Thistle #CFC9D0
Tints of Thistle #CFC9D0
RGB
CMYK
RGB Variations
Color information
#CFC9D0 (or 0xCFC9D0) is known color: Thistle. HEX triplet: CF, C9 and D0. RGB value is (207,201,208). Sum of RGB (Red+Green+Blue) = 207+201+208=616 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.60% from 616); Green value is 201 (78.91% from 255 or 32.63% from 616); Blue value is 208 (81.64% from 255 or 33.77% from 616); Max value from RGB is 208 - color contains mainly: blue. Hex color #CFC9D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC9D0 is #30362F. Grayscale: #CBCBCB. Windows color (decimal): -3159600 or 13683151. OLE color: 13683151.
HSL color Cylindrical-coordinate representation of color #CFC9D0: hue angle of 291.43º degrees, saturation: 0.07, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CFC9D0 is Cyan = 0.00, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 207 | 201 | 208 | - |
CMYK | 0.00 | 0.03 | 0 | 0.18 |
HSL | 291.43º | 0.07% | 0.8% | - |
HSV(B) | 291.43º | 0.03% | 0.82% | - |
XYZ | 58 | 59.59 | 68.12 | - |
YUV | 203.59 | 130.49 | 130.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 201 | 208 | 0.00 | 0.03 | 0 | 0.18 | 291.43 | 0.07 | 0.8 |
Hex | CF | C9 | D0 | 0 | 3 | 0 | 12 | 123 | 7 | 50 |
Octal | 317 | 311 | 320 | 0 | 3 | 0 | 22 | 443 | 7 | 120 |
Binary | 11001111 | 11001001 | 11010000 | 0 | 11 | 0 | 10010 | 100100011 | 111 | 1010000 |
Color Harmonies of #CFC9D0
Complementary color
Monochromatic Colors of #CFC9D0
Black with #CFC9D0
Text Example
Text Example
White with #CFC9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC9D0; }
p { color: rgb(207,201,208); }
H1.HeaderClassName
{
color: #CFC9D0;
}
.AnyTagClassName
{
color: #CFC9D0;
}
</style>
background-color css
<style>
a { background-color: #CFC9D0; }
a { background-color: rgb(207,201,208); }
div.DivClassName
{
background-color: #CFC9D0;
}
.BgClassName
{
background-color: #CFC9D0;
}
</style>
border-color css
<style>
span { border-color: #CFC9D0; }
span { border-color: rgb(207,201,208); }
td.TdClassName
{
border-color: #CFC9D0;
}
.TagClassName
{
border-color: #CFC9D0;
}
</style>