Shades of Tacha #CFC965
Tints of Tacha #CFC965
RGB
CMYK
RGB Variations
Color information
#CFC965 (or 0xCFC965) is known color: Tacha. HEX triplet: CF, C9 and 65. RGB value is (207,201,101). Sum of RGB (Red+Green+Blue) = 207+201+101=509 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.67% from 509); Green value is 201 (78.91% from 255 or 39.49% from 509); Blue value is 101 (39.84% from 255 or 19.84% from 509); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC965 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC965 is #30369A. Grayscale: #BFBFBF. Windows color (decimal): -3159707 or 6670799. OLE color: 6670799.
HSL color Cylindrical-coordinate representation of color #CFC965: hue angle of 56.6º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CFC965 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 201 | 101 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.19 |
| HSL | 56.6º | 0.52% | 0.6% | - |
| HSV(B) | 56.6º | 0.51% | 0.81% | - |
| XYZ | 48.97 | 55.98 | 20.54 | - |
| YUV | 191.39 | 76.99 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 101 | 0 | 0.03 | 0.51 | 0.19 | 56.6 | 0.52 | 0.6 |
| Hex | CF | C9 | 65 | 0 | 3 | 33 | 13 | 39 | 34 | 3C |
| Octal | 317 | 311 | 145 | 0 | 3 | 63 | 23 | 71 | 64 | 74 |
| Binary | 11001111 | 11001001 | 1100101 | 0 | 11 | 110011 | 10011 | 111001 | 110100 | 111100 |
Color Harmonies of #CFC965
Complementary color
Monochromatic Colors of #CFC965
Black with #CFC965
Text Example
Text Example
White with #CFC965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC965; }
p { color: rgb(207,201,101); }
H1.HeaderClassName
{
color: #CFC965;
}
.AnyTagClassName
{
color: #CFC965;
}
</style>
background-color css
<style>
a { background-color: #CFC965; }
a { background-color: rgb(207,201,101); }
div.DivClassName
{
background-color: #CFC965;
}
.BgClassName
{
background-color: #CFC965;
}
</style>
border-color css
<style>
span { border-color: #CFC965; }
span { border-color: rgb(207,201,101); }
td.TdClassName
{
border-color: #CFC965;
}
.TagClassName
{
border-color: #CFC965;
}
</style>