Shades of Thistle #CFCACE
Tints of Thistle #CFCACE
RGB
CMYK
RGB Variations
Color information
#CFCACE (or 0xCFCACE) is known color: Thistle. HEX triplet: CF, CA and CE. RGB value is (207,202,206). Sum of RGB (Red+Green+Blue) = 207+202+206=615 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.66% from 615); Green value is 202 (79.30% from 255 or 32.85% from 615); Blue value is 206 (80.86% from 255 or 33.50% from 615); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCACE is #303531. Grayscale: #CBCBCB. Windows color (decimal): -3159346 or 13552335. OLE color: 13552335.
HSL color Cylindrical-coordinate representation of color #CFCACE: hue angle of 312º 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 #CFCACE is Cyan = 0, Magento = 0.02, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 202 | 206 | - |
CMYK | 0 | 0.02 | 0.00 | 0.19 |
HSL | 312º | 0.05% | 0.8% | - |
HSV(B) | 312º | 0.02% | 0.81% | - |
XYZ | 57.99 | 59.96 | 66.91 | - |
YUV | 203.95 | 129.16 | 130.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 202 | 206 | 0 | 0.02 | 0.00 | 0.19 | 312 | 0.05 | 0.8 |
Hex | CF | CA | CE | 0 | 2 | 0 | 13 | 138 | 5 | 50 |
Octal | 317 | 312 | 316 | 0 | 2 | 0 | 23 | 470 | 5 | 120 |
Binary | 11001111 | 11001010 | 11001110 | 0 | 10 | 0 | 10011 | 100111000 | 101 | 1010000 |
Color Harmonies of #CFCACE
Complementary color
Monochromatic Colors of #CFCACE
Black with #CFCACE
Text Example
Text Example
White with #CFCACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCACE; }
p { color: rgb(207,202,206); }
H1.HeaderClassName
{
color: #CFCACE;
}
.AnyTagClassName
{
color: #CFCACE;
}
</style>
background-color css
<style>
a { background-color: #CFCACE; }
a { background-color: rgb(207,202,206); }
div.DivClassName
{
background-color: #CFCACE;
}
.BgClassName
{
background-color: #CFCACE;
}
</style>
border-color css
<style>
span { border-color: #CFCACE; }
span { border-color: rgb(207,202,206); }
td.TdClassName
{
border-color: #CFCACE;
}
.TagClassName
{
border-color: #CFCACE;
}
</style>