Shades of Tacha #CFC764
Tints of Tacha #CFC764
RGB
CMYK
RGB Variations
Color information
#CFC764 (or 0xCFC764) is known color: Tacha. HEX triplet: CF, C7 and 64. RGB value is (207,199,100). Sum of RGB (Red+Green+Blue) = 207+199+100=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 199 (78.12% from 255 or 39.33% from 506); Blue value is 100 (39.45% from 255 or 19.76% from 506); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC764 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC764 is #30389B. Grayscale: #BEBEBE. Windows color (decimal): -3160220 or 6604751. OLE color: 6604751.
HSL color Cylindrical-coordinate representation of color #CFC764: hue angle of 55.51º 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 #CFC764 is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 199 | 100 | - |
| CMYK | 0 | 0.04 | 0.52 | 0.19 |
| HSL | 55.51º | 0.53% | 0.6% | - |
| HSV(B) | 55.51º | 0.52% | 0.81% | - |
| XYZ | 48.46 | 55.03 | 20.13 | - |
| YUV | 190.11 | 77.15 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 199 | 100 | 0 | 0.04 | 0.52 | 0.19 | 55.51 | 0.53 | 0.6 |
| Hex | CF | C7 | 64 | 0 | 4 | 34 | 13 | 38 | 35 | 3C |
| Octal | 317 | 307 | 144 | 0 | 4 | 64 | 23 | 70 | 65 | 74 |
| Binary | 11001111 | 11000111 | 1100100 | 0 | 100 | 110100 | 10011 | 111000 | 110101 | 111100 |
Color Harmonies of #CFC764
Complementary color
Monochromatic Colors of #CFC764
Black with #CFC764
Text Example
Text Example
White with #CFC764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC764; }
p { color: rgb(207,199,100); }
H1.HeaderClassName
{
color: #CFC764;
}
.AnyTagClassName
{
color: #CFC764;
}
</style>
background-color css
<style>
a { background-color: #CFC764; }
a { background-color: rgb(207,199,100); }
div.DivClassName
{
background-color: #CFC764;
}
.BgClassName
{
background-color: #CFC764;
}
</style>
border-color css
<style>
span { border-color: #CFC764; }
span { border-color: rgb(207,199,100); }
td.TdClassName
{
border-color: #CFC764;
}
.TagClassName
{
border-color: #CFC764;
}
</style>