Shades of Tacha #CFBE6C
Tints of Tacha #CFBE6C
RGB
CMYK
RGB Variations
Color information
#CFBE6C (or 0xCFBE6C) is known color: Tacha. HEX triplet: CF, BE and 6C. RGB value is (207,190,108). Sum of RGB (Red+Green+Blue) = 207+190+108=505 (66% of max value = 765). Red value is 207 (81.25% from 255 or 40.99% from 505); Green value is 190 (74.61% from 255 or 37.62% from 505); Blue value is 108 (42.58% from 255 or 21.39% from 505); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBE6C is #304193. Grayscale: #BABABA. Windows color (decimal): -3162516 or 7126735. OLE color: 7126735.
HSL color Cylindrical-coordinate representation of color #CFBE6C: hue angle of 49.7º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CFBE6C is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 190 | 108 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.19 |
| HSL | 49.7º | 0.51% | 0.62% | - |
| HSV(B) | 49.7º | 0.48% | 0.81% | - |
| XYZ | 46.85 | 51.18 | 21.6 | - |
| YUV | 185.74 | 84.13 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 190 | 108 | 0 | 0.08 | 0.48 | 0.19 | 49.7 | 0.51 | 0.62 |
| Hex | CF | BE | 6C | 0 | 8 | 30 | 13 | 32 | 33 | 3E |
| Octal | 317 | 276 | 154 | 0 | 10 | 60 | 23 | 62 | 63 | 76 |
| Binary | 11001111 | 10111110 | 1101100 | 0 | 1000 | 110000 | 10011 | 110010 | 110011 | 111110 |
Color Harmonies of #CFBE6C
Complementary color
Monochromatic Colors of #CFBE6C
Black with #CFBE6C
Text Example
Text Example
White with #CFBE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBE6C; }
p { color: rgb(207,190,108); }
H1.HeaderClassName
{
color: #CFBE6C;
}
.AnyTagClassName
{
color: #CFBE6C;
}
</style>
background-color css
<style>
a { background-color: #CFBE6C; }
a { background-color: rgb(207,190,108); }
div.DivClassName
{
background-color: #CFBE6C;
}
.BgClassName
{
background-color: #CFBE6C;
}
</style>
border-color css
<style>
span { border-color: #CFBE6C; }
span { border-color: rgb(207,190,108); }
td.TdClassName
{
border-color: #CFBE6C;
}
.TagClassName
{
border-color: #CFBE6C;
}
</style>