Shades of Thistle #CFCACF
Tints of Thistle #CFCACF
RGB
CMYK
RGB Variations
Color information
#CFCACF (or 0xCFCACF) is known color: Thistle. HEX triplet: CF, CA and CF. RGB value is (207,202,207). Sum of RGB (Red+Green+Blue) = 207+202+207=616 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.60% from 616); Green value is 202 (79.30% from 255 or 32.79% from 616); Blue value is 207 (81.25% from 255 or 33.60% from 616); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CFCACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCACF is #303530. Grayscale: #CCCCCC. Windows color (decimal): -3159345 or 13617871. OLE color: 13617871.
HSL color Cylindrical-coordinate representation of color #CFCACF: hue angle of 300º degrees, saturation: 0.05, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CFCACF is Cyan = 0, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 202 | 207 | - |
CMYK | 0 | 0.02 | 0 | 0.19 |
HSL | 300º | 0.05% | 0.8% | - |
HSV(B) | 300º | 0.02% | 0.81% | - |
XYZ | 58.12 | 60.01 | 67.55 | - |
YUV | 204.07 | 129.66 | 130.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 202 | 207 | 0 | 0.02 | 0 | 0.19 | 300 | 0.05 | 0.8 |
Hex | CF | CA | CF | 0 | 2 | 0 | 13 | 12C | 5 | 50 |
Octal | 317 | 312 | 317 | 0 | 2 | 0 | 23 | 454 | 5 | 120 |
Binary | 11001111 | 11001010 | 11001111 | 0 | 10 | 0 | 10011 | 100101100 | 101 | 1010000 |
Color Harmonies of #CFCACF
Complementary color
Monochromatic Colors of #CFCACF
Black with #CFCACF
Text Example
Text Example
White with #CFCACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCACF; }
p { color: rgb(207,202,207); }
H1.HeaderClassName
{
color: #CFCACF;
}
.AnyTagClassName
{
color: #CFCACF;
}
</style>
background-color css
<style>
a { background-color: #CFCACF; }
a { background-color: rgb(207,202,207); }
div.DivClassName
{
background-color: #CFCACF;
}
.BgClassName
{
background-color: #CFCACF;
}
</style>
border-color css
<style>
span { border-color: #CFCACF; }
span { border-color: rgb(207,202,207); }
td.TdClassName
{
border-color: #CFCACF;
}
.TagClassName
{
border-color: #CFCACF;
}
</style>