Shades of Tacha #CFC967
Tints of Tacha #CFC967
RGB
CMYK
RGB Variations
Color information
#CFC967 (or 0xCFC967) is known color: Tacha. HEX triplet: CF, C9 and 67. RGB value is (207,201,103). Sum of RGB (Red+Green+Blue) = 207+201+103=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 201 (78.91% from 255 or 39.33% from 511); Blue value is 103 (40.62% from 255 or 20.16% from 511); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC967 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC967 is #303698. Grayscale: #C0C0C0. Windows color (decimal): -3159705 or 6801871. OLE color: 6801871.
HSL color Cylindrical-coordinate representation of color #CFC967: hue angle of 56.54º 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 #CFC967 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 201 | 103 | - |
| CMYK | 0 | 0.03 | 0.50 | 0.19 |
| HSL | 56.54º | 0.52% | 0.61% | - |
| HSV(B) | 56.54º | 0.5% | 0.81% | - |
| XYZ | 49.07 | 56.02 | 21.06 | - |
| YUV | 191.62 | 77.99 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 103 | 0 | 0.03 | 0.50 | 0.19 | 56.54 | 0.52 | 0.61 |
| Hex | CF | C9 | 67 | 0 | 3 | 32 | 13 | 39 | 34 | 3D |
| Octal | 317 | 311 | 147 | 0 | 3 | 62 | 23 | 71 | 64 | 75 |
| Binary | 11001111 | 11001001 | 1100111 | 0 | 11 | 110010 | 10011 | 111001 | 110100 | 111101 |
Color Harmonies of #CFC967
Complementary color
Monochromatic Colors of #CFC967
Black with #CFC967
Text Example
Text Example
White with #CFC967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC967; }
p { color: rgb(207,201,103); }
H1.HeaderClassName
{
color: #CFC967;
}
.AnyTagClassName
{
color: #CFC967;
}
</style>
background-color css
<style>
a { background-color: #CFC967; }
a { background-color: rgb(207,201,103); }
div.DivClassName
{
background-color: #CFC967;
}
.BgClassName
{
background-color: #CFC967;
}
</style>
border-color css
<style>
span { border-color: #CFC967; }
span { border-color: rgb(207,201,103); }
td.TdClassName
{
border-color: #CFC967;
}
.TagClassName
{
border-color: #CFC967;
}
</style>