Shades of Tacha #CFC864
Tints of Tacha #CFC864
RGB
CMYK
RGB Variations
Color information
#CFC864 (or 0xCFC864) is known color: Tacha. HEX triplet: CF, C8 and 64. RGB value is (207,200,100). Sum of RGB (Red+Green+Blue) = 207+200+100=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 200 (78.52% from 255 or 39.45% from 507); Blue value is 100 (39.45% from 255 or 19.72% from 507); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC864 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC864 is #30379B. Grayscale: #BFBFBF. Windows color (decimal): -3159964 or 6605007. OLE color: 6605007.
HSL color Cylindrical-coordinate representation of color #CFC864: hue angle of 56.07º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CFC864 is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 200 | 100 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.19 |
| HSL | 56.07º | 0.53% | 0.6% | - |
| HSV(B) | 56.07º | 0.52% | 0.81% | - |
| XYZ | 48.69 | 55.49 | 20.2 | - |
| YUV | 190.69 | 76.82 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 200 | 100 | 0 | 0.03 | 0.52 | 0.19 | 56.07 | 0.53 | 0.6 |
| Hex | CF | C8 | 64 | 0 | 3 | 34 | 13 | 38 | 35 | 3C |
| Octal | 317 | 310 | 144 | 0 | 3 | 64 | 23 | 70 | 65 | 74 |
| Binary | 11001111 | 11001000 | 1100100 | 0 | 11 | 110100 | 10011 | 111000 | 110101 | 111100 |
Color Harmonies of #CFC864
Complementary color
Monochromatic Colors of #CFC864
Black with #CFC864
Text Example
Text Example
White with #CFC864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC864; }
p { color: rgb(207,200,100); }
H1.HeaderClassName
{
color: #CFC864;
}
.AnyTagClassName
{
color: #CFC864;
}
</style>
background-color css
<style>
a { background-color: #CFC864; }
a { background-color: rgb(207,200,100); }
div.DivClassName
{
background-color: #CFC864;
}
.BgClassName
{
background-color: #CFC864;
}
</style>
border-color css
<style>
span { border-color: #CFC864; }
span { border-color: rgb(207,200,100); }
td.TdClassName
{
border-color: #CFC864;
}
.TagClassName
{
border-color: #CFC864;
}
</style>