Shades of Tacha #CFC869
Tints of Tacha #CFC869
RGB
CMYK
RGB Variations
Color information
#CFC869 (or 0xCFC869) is known color: Tacha. HEX triplet: CF, C8 and 69. RGB value is (207,200,105). Sum of RGB (Red+Green+Blue) = 207+200+105=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 200 (78.52% from 255 or 39.06% from 512); Blue value is 105 (41.41% from 255 or 20.51% from 512); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC869 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC869 is #303796. Grayscale: #BFBFBF. Windows color (decimal): -3159959 or 6932687. OLE color: 6932687.
HSL color Cylindrical-coordinate representation of color #CFC869: hue angle of 55.88º 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 #CFC869 is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 200 | 105 | - |
| CMYK | 0 | 0.03 | 0.49 | 0.19 |
| HSL | 55.88º | 0.52% | 0.61% | - |
| HSV(B) | 55.88º | 0.49% | 0.81% | - |
| XYZ | 48.94 | 55.59 | 21.52 | - |
| YUV | 191.26 | 79.32 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 200 | 105 | 0 | 0.03 | 0.49 | 0.19 | 55.88 | 0.52 | 0.61 |
| Hex | CF | C8 | 69 | 0 | 3 | 31 | 13 | 38 | 34 | 3D |
| Octal | 317 | 310 | 151 | 0 | 3 | 61 | 23 | 70 | 64 | 75 |
| Binary | 11001111 | 11001000 | 1101001 | 0 | 11 | 110001 | 10011 | 111000 | 110100 | 111101 |
Color Harmonies of #CFC869
Complementary color
Monochromatic Colors of #CFC869
Black with #CFC869
Text Example
Text Example
White with #CFC869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC869; }
p { color: rgb(207,200,105); }
H1.HeaderClassName
{
color: #CFC869;
}
.AnyTagClassName
{
color: #CFC869;
}
</style>
background-color css
<style>
a { background-color: #CFC869; }
a { background-color: rgb(207,200,105); }
div.DivClassName
{
background-color: #CFC869;
}
.BgClassName
{
background-color: #CFC869;
}
</style>
border-color css
<style>
span { border-color: #CFC869; }
span { border-color: rgb(207,200,105); }
td.TdClassName
{
border-color: #CFC869;
}
.TagClassName
{
border-color: #CFC869;
}
</style>