Shades of Tacha #CFC865
Tints of Tacha #CFC865
RGB
CMYK
RGB Variations
Color information
#CFC865 (or 0xCFC865) is known color: Tacha. HEX triplet: CF, C8 and 65. RGB value is (207,200,101). Sum of RGB (Red+Green+Blue) = 207+200+101=508 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.75% from 508); Green value is 200 (78.52% from 255 or 39.37% from 508); Blue value is 101 (39.84% from 255 or 19.88% from 508); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC865 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC865 is #30379A. Grayscale: #BFBFBF. Windows color (decimal): -3159963 or 6670543. OLE color: 6670543.
HSL color Cylindrical-coordinate representation of color #CFC865: hue angle of 56.04º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CFC865 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 200 | 101 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.19 |
| HSL | 56.04º | 0.52% | 0.6% | - |
| HSV(B) | 56.04º | 0.51% | 0.81% | - |
| XYZ | 48.74 | 55.51 | 20.46 | - |
| YUV | 190.81 | 77.32 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 200 | 101 | 0 | 0.03 | 0.51 | 0.19 | 56.04 | 0.52 | 0.6 |
| Hex | CF | C8 | 65 | 0 | 3 | 33 | 13 | 38 | 34 | 3C |
| Octal | 317 | 310 | 145 | 0 | 3 | 63 | 23 | 70 | 64 | 74 |
| Binary | 11001111 | 11001000 | 1100101 | 0 | 11 | 110011 | 10011 | 111000 | 110100 | 111100 |
Color Harmonies of #CFC865
Complementary color
Monochromatic Colors of #CFC865
Black with #CFC865
Text Example
Text Example
White with #CFC865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC865; }
p { color: rgb(207,200,101); }
H1.HeaderClassName
{
color: #CFC865;
}
.AnyTagClassName
{
color: #CFC865;
}
</style>
background-color css
<style>
a { background-color: #CFC865; }
a { background-color: rgb(207,200,101); }
div.DivClassName
{
background-color: #CFC865;
}
.BgClassName
{
background-color: #CFC865;
}
</style>
border-color css
<style>
span { border-color: #CFC865; }
span { border-color: rgb(207,200,101); }
td.TdClassName
{
border-color: #CFC865;
}
.TagClassName
{
border-color: #CFC865;
}
</style>