Shades of Tacha #CFC969
Tints of Tacha #CFC969
RGB
CMYK
RGB Variations
Color information
#CFC969 (or 0xCFC969) is known color: Tacha. HEX triplet: CF, C9 and 69. RGB value is (207,201,105). Sum of RGB (Red+Green+Blue) = 207+201+105=513 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.35% from 513); Green value is 201 (78.91% from 255 or 39.18% from 513); Blue value is 105 (41.41% from 255 or 20.47% from 513); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC969 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC969 is #303696. Grayscale: #C0C0C0. Windows color (decimal): -3159703 or 6932943. OLE color: 6932943.
HSL color Cylindrical-coordinate representation of color #CFC969: hue angle of 56.47º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CFC969 is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 201 | 105 | - |
| CMYK | 0 | 0.03 | 0.49 | 0.19 |
| HSL | 56.47º | 0.52% | 0.61% | - |
| HSV(B) | 56.47º | 0.49% | 0.81% | - |
| XYZ | 49.17 | 56.06 | 21.59 | - |
| YUV | 191.85 | 78.99 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 105 | 0 | 0.03 | 0.49 | 0.19 | 56.47 | 0.52 | 0.61 |
| Hex | CF | C9 | 69 | 0 | 3 | 31 | 13 | 38 | 34 | 3D |
| Octal | 317 | 311 | 151 | 0 | 3 | 61 | 23 | 70 | 64 | 75 |
| Binary | 11001111 | 11001001 | 1101001 | 0 | 11 | 110001 | 10011 | 111000 | 110100 | 111101 |
Color Harmonies of #CFC969
Complementary color
Monochromatic Colors of #CFC969
Black with #CFC969
Text Example
Text Example
White with #CFC969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC969; }
p { color: rgb(207,201,105); }
H1.HeaderClassName
{
color: #CFC969;
}
.AnyTagClassName
{
color: #CFC969;
}
</style>
background-color css
<style>
a { background-color: #CFC969; }
a { background-color: rgb(207,201,105); }
div.DivClassName
{
background-color: #CFC969;
}
.BgClassName
{
background-color: #CFC969;
}
</style>
border-color css
<style>
span { border-color: #CFC969; }
span { border-color: rgb(207,201,105); }
td.TdClassName
{
border-color: #CFC969;
}
.TagClassName
{
border-color: #CFC969;
}
</style>