Shades of Thistle #CFC5CD
Tints of Thistle #CFC5CD
RGB
CMYK
RGB Variations
Color information
#CFC5CD (or 0xCFC5CD) is known color: Thistle. HEX triplet: CF, C5 and CD. RGB value is (207,197,205). Sum of RGB (Red+Green+Blue) = 207+197+205=609 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.99% from 609); Green value is 197 (77.34% from 255 or 32.35% from 609); Blue value is 205 (80.47% from 255 or 33.66% from 609); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC5CD is #303A32. Grayscale: #C8C8C8. Windows color (decimal): -3160627 or 13485519. OLE color: 13485519.
HSL color Cylindrical-coordinate representation of color #CFC5CD: hue angle of 312º degrees, saturation: 0.09, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CFC5CD is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 197 | 205 | - |
CMYK | 0 | 0.05 | 0.01 | 0.19 |
HSL | 312º | 0.09% | 0.79% | - |
HSV(B) | 312º | 0.05% | 0.81% | - |
XYZ | 56.72 | 57.61 | 65.89 | - |
YUV | 200.9 | 130.31 | 132.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 197 | 205 | 0 | 0.05 | 0.01 | 0.19 | 312 | 0.09 | 0.79 |
Hex | CF | C5 | CD | 0 | 5 | 1 | 13 | 138 | 9 | 4F |
Octal | 317 | 305 | 315 | 0 | 5 | 1 | 23 | 470 | 11 | 117 |
Binary | 11001111 | 11000101 | 11001101 | 0 | 101 | 1 | 10011 | 100111000 | 1001 | 1001111 |
Color Harmonies of #CFC5CD
Complementary color
Monochromatic Colors of #CFC5CD
Black with #CFC5CD
Text Example
Text Example
White with #CFC5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC5CD; }
p { color: rgb(207,197,205); }
H1.HeaderClassName
{
color: #CFC5CD;
}
.AnyTagClassName
{
color: #CFC5CD;
}
</style>
background-color css
<style>
a { background-color: #CFC5CD; }
a { background-color: rgb(207,197,205); }
div.DivClassName
{
background-color: #CFC5CD;
}
.BgClassName
{
background-color: #CFC5CD;
}
</style>
border-color css
<style>
span { border-color: #CFC5CD; }
span { border-color: rgb(207,197,205); }
td.TdClassName
{
border-color: #CFC5CD;
}
.TagClassName
{
border-color: #CFC5CD;
}
</style>