Shades of Thistle #CFC6CD
Tints of Thistle #CFC6CD
RGB
CMYK
RGB Variations
Color information
#CFC6CD (or 0xCFC6CD) is known color: Thistle. HEX triplet: CF, C6 and CD. RGB value is (207,198,205). Sum of RGB (Red+Green+Blue) = 207+198+205=610 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.93% from 610); Green value is 198 (77.73% from 255 or 32.46% from 610); Blue value is 205 (80.47% from 255 or 33.61% from 610); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC6CD is #303932. Grayscale: #C9C9C9. Windows color (decimal): -3160371 or 13485775. OLE color: 13485775.
HSL color Cylindrical-coordinate representation of color #CFC6CD: hue angle of 313.33º degrees, saturation: 0.09, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CFC6CD is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 198 | 205 | - |
CMYK | 0 | 0.04 | 0.01 | 0.19 |
HSL | 313.33º | 0.09% | 0.79% | - |
HSV(B) | 313.33º | 0.04% | 0.81% | - |
XYZ | 56.95 | 58.06 | 65.96 | - |
YUV | 201.49 | 129.98 | 131.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 198 | 205 | 0 | 0.04 | 0.01 | 0.19 | 313.33 | 0.09 | 0.79 |
Hex | CF | C6 | CD | 0 | 4 | 1 | 13 | 139 | 9 | 4F |
Octal | 317 | 306 | 315 | 0 | 4 | 1 | 23 | 471 | 11 | 117 |
Binary | 11001111 | 11000110 | 11001101 | 0 | 100 | 1 | 10011 | 100111001 | 1001 | 1001111 |
Color Harmonies of #CFC6CD
Complementary color
Monochromatic Colors of #CFC6CD
Black with #CFC6CD
Text Example
Text Example
White with #CFC6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC6CD; }
p { color: rgb(207,198,205); }
H1.HeaderClassName
{
color: #CFC6CD;
}
.AnyTagClassName
{
color: #CFC6CD;
}
</style>
background-color css
<style>
a { background-color: #CFC6CD; }
a { background-color: rgb(207,198,205); }
div.DivClassName
{
background-color: #CFC6CD;
}
.BgClassName
{
background-color: #CFC6CD;
}
</style>
border-color css
<style>
span { border-color: #CFC6CD; }
span { border-color: rgb(207,198,205); }
td.TdClassName
{
border-color: #CFC6CD;
}
.TagClassName
{
border-color: #CFC6CD;
}
</style>