Shades of Tacha #CFC168
Tints of Tacha #CFC168
RGB
CMYK
RGB Variations
Color information
#CFC168 (or 0xCFC168) is known color: Tacha. HEX triplet: CF, C1 and 68. RGB value is (207,193,104). Sum of RGB (Red+Green+Blue) = 207+193+104=504 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.07% from 504); Green value is 193 (75.78% from 255 or 38.29% from 504); Blue value is 104 (41.02% from 255 or 20.63% from 504); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC168 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC168 is #303E97. Grayscale: #BBBBBB. Windows color (decimal): -3161752 or 6865359. OLE color: 6865359.
HSL color Cylindrical-coordinate representation of color #CFC168: hue angle of 51.84º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CFC168 is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 193 | 104 | - |
| CMYK | 0 | 0.07 | 0.50 | 0.19 |
| HSL | 51.84º | 0.52% | 0.61% | - |
| HSV(B) | 51.84º | 0.5% | 0.81% | - |
| XYZ | 47.3 | 52.4 | 20.72 | - |
| YUV | 187.04 | 81.14 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 104 | 0 | 0.07 | 0.50 | 0.19 | 51.84 | 0.52 | 0.61 |
| Hex | CF | C1 | 68 | 0 | 7 | 32 | 13 | 34 | 34 | 3D |
| Octal | 317 | 301 | 150 | 0 | 7 | 62 | 23 | 64 | 64 | 75 |
| Binary | 11001111 | 11000001 | 1101000 | 0 | 111 | 110010 | 10011 | 110100 | 110100 | 111101 |
Color Harmonies of #CFC168
Complementary color
Monochromatic Colors of #CFC168
Black with #CFC168
Text Example
Text Example
White with #CFC168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC168; }
p { color: rgb(207,193,104); }
H1.HeaderClassName
{
color: #CFC168;
}
.AnyTagClassName
{
color: #CFC168;
}
</style>
background-color css
<style>
a { background-color: #CFC168; }
a { background-color: rgb(207,193,104); }
div.DivClassName
{
background-color: #CFC168;
}
.BgClassName
{
background-color: #CFC168;
}
</style>
border-color css
<style>
span { border-color: #CFC168; }
span { border-color: rgb(207,193,104); }
td.TdClassName
{
border-color: #CFC168;
}
.TagClassName
{
border-color: #CFC168;
}
</style>