Shades of Tacha #CFC767
Tints of Tacha #CFC767
RGB
CMYK
RGB Variations
Color information
#CFC767 (or 0xCFC767) is known color: Tacha. HEX triplet: CF, C7 and 67. RGB value is (207,199,103). Sum of RGB (Red+Green+Blue) = 207+199+103=509 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.67% from 509); Green value is 199 (78.12% from 255 or 39.10% from 509); Blue value is 103 (40.62% from 255 or 20.24% from 509); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC767 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC767 is #303898. Grayscale: #BEBEBE. Windows color (decimal): -3160217 or 6801359. OLE color: 6801359.
HSL color Cylindrical-coordinate representation of color #CFC767: hue angle of 55.38º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CFC767 is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 199 | 103 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.19 |
| HSL | 55.38º | 0.52% | 0.61% | - |
| HSV(B) | 55.38º | 0.5% | 0.81% | - |
| XYZ | 48.6 | 55.09 | 20.9 | - |
| YUV | 190.45 | 78.65 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 199 | 103 | 0 | 0.04 | 0.50 | 0.19 | 55.38 | 0.52 | 0.61 |
| Hex | CF | C7 | 67 | 0 | 4 | 32 | 13 | 37 | 34 | 3D |
| Octal | 317 | 307 | 147 | 0 | 4 | 62 | 23 | 67 | 64 | 75 |
| Binary | 11001111 | 11000111 | 1100111 | 0 | 100 | 110010 | 10011 | 110111 | 110100 | 111101 |
Color Harmonies of #CFC767
Complementary color
Monochromatic Colors of #CFC767
Black with #CFC767
Text Example
Text Example
White with #CFC767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC767; }
p { color: rgb(207,199,103); }
H1.HeaderClassName
{
color: #CFC767;
}
.AnyTagClassName
{
color: #CFC767;
}
</style>
background-color css
<style>
a { background-color: #CFC767; }
a { background-color: rgb(207,199,103); }
div.DivClassName
{
background-color: #CFC767;
}
.BgClassName
{
background-color: #CFC767;
}
</style>
border-color css
<style>
span { border-color: #CFC767; }
span { border-color: rgb(207,199,103); }
td.TdClassName
{
border-color: #CFC767;
}
.TagClassName
{
border-color: #CFC767;
}
</style>