Shades of Tacha #CFBE64
Tints of Tacha #CFBE64
RGB
CMYK
RGB Variations
Color information
#CFBE64 (or 0xCFBE64) is known color: Tacha. HEX triplet: CF, BE and 64. RGB value is (207,190,100). Sum of RGB (Red+Green+Blue) = 207+190+100=497 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.65% from 497); Green value is 190 (74.61% from 255 or 38.23% from 497); Blue value is 100 (39.45% from 255 or 20.12% from 497); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBE64 is #30419B. Grayscale: #B9B9B9. Windows color (decimal): -3162524 or 6602447. OLE color: 6602447.
HSL color Cylindrical-coordinate representation of color #CFBE64: hue angle of 50.47º 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 #CFBE64 is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 190 | 100 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.19 |
| HSL | 50.47º | 0.53% | 0.6% | - |
| HSV(B) | 50.47º | 0.52% | 0.81% | - |
| XYZ | 46.45 | 51.01 | 19.46 | - |
| YUV | 184.82 | 80.13 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 190 | 100 | 0 | 0.08 | 0.52 | 0.19 | 50.47 | 0.53 | 0.6 |
| Hex | CF | BE | 64 | 0 | 8 | 34 | 13 | 32 | 35 | 3C |
| Octal | 317 | 276 | 144 | 0 | 10 | 64 | 23 | 62 | 65 | 74 |
| Binary | 11001111 | 10111110 | 1100100 | 0 | 1000 | 110100 | 10011 | 110010 | 110101 | 111100 |
Color Harmonies of #CFBE64
Complementary color
Monochromatic Colors of #CFBE64
Black with #CFBE64
Text Example
Text Example
White with #CFBE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBE64; }
p { color: rgb(207,190,100); }
H1.HeaderClassName
{
color: #CFBE64;
}
.AnyTagClassName
{
color: #CFBE64;
}
</style>
background-color css
<style>
a { background-color: #CFBE64; }
a { background-color: rgb(207,190,100); }
div.DivClassName
{
background-color: #CFBE64;
}
.BgClassName
{
background-color: #CFBE64;
}
</style>
border-color css
<style>
span { border-color: #CFBE64; }
span { border-color: rgb(207,190,100); }
td.TdClassName
{
border-color: #CFBE64;
}
.TagClassName
{
border-color: #CFBE64;
}
</style>