Shades of Tacha #CFC866
Tints of Tacha #CFC866
RGB
CMYK
RGB Variations
Color information
#CFC866 (or 0xCFC866) is known color: Tacha. HEX triplet: CF, C8 and 66. RGB value is (207,200,102). Sum of RGB (Red+Green+Blue) = 207+200+102=509 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.67% from 509); Green value is 200 (78.52% from 255 or 39.29% from 509); Blue value is 102 (40.23% from 255 or 20.04% from 509); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC866 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC866 is #303799. Grayscale: #BFBFBF. Windows color (decimal): -3159962 or 6736079. OLE color: 6736079.
HSL color Cylindrical-coordinate representation of color #CFC866: hue angle of 56º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CFC866 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 200 | 102 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.19 |
| HSL | 56º | 0.52% | 0.61% | - |
| HSV(B) | 56º | 0.51% | 0.81% | - |
| XYZ | 48.78 | 55.53 | 20.72 | - |
| YUV | 190.92 | 77.82 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 200 | 102 | 0 | 0.03 | 0.51 | 0.19 | 56 | 0.52 | 0.61 |
| Hex | CF | C8 | 66 | 0 | 3 | 33 | 13 | 38 | 34 | 3D |
| Octal | 317 | 310 | 146 | 0 | 3 | 63 | 23 | 70 | 64 | 75 |
| Binary | 11001111 | 11001000 | 1100110 | 0 | 11 | 110011 | 10011 | 111000 | 110100 | 111101 |
Color Harmonies of #CFC866
Complementary color
Monochromatic Colors of #CFC866
Black with #CFC866
Text Example
Text Example
White with #CFC866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC866; }
p { color: rgb(207,200,102); }
H1.HeaderClassName
{
color: #CFC866;
}
.AnyTagClassName
{
color: #CFC866;
}
</style>
background-color css
<style>
a { background-color: #CFC866; }
a { background-color: rgb(207,200,102); }
div.DivClassName
{
background-color: #CFC866;
}
.BgClassName
{
background-color: #CFC866;
}
</style>
border-color css
<style>
span { border-color: #CFC866; }
span { border-color: rgb(207,200,102); }
td.TdClassName
{
border-color: #CFC866;
}
.TagClassName
{
border-color: #CFC866;
}
</style>