Shades of Tacha #CFC863
Tints of Tacha #CFC863
RGB
CMYK
RGB Variations
Color information
#CFC863 (or 0xCFC863) is known color: Tacha. HEX triplet: CF, C8 and 63. RGB value is (207,200,99). Sum of RGB (Red+Green+Blue) = 207+200+99=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 200 (78.52% from 255 or 39.53% from 506); Blue value is 99 (39.06% from 255 or 19.57% from 506); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC863 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC863 is #30379C. Grayscale: #BEBEBE. Windows color (decimal): -3159965 or 6539471. OLE color: 6539471.
HSL color Cylindrical-coordinate representation of color #CFC863: hue angle of 56.11º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CFC863 is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 200 | 99 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.19 |
| HSL | 56.11º | 0.53% | 0.6% | - |
| HSV(B) | 56.11º | 0.52% | 0.81% | - |
| XYZ | 48.64 | 55.47 | 19.95 | - |
| YUV | 190.58 | 76.32 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 200 | 99 | 0 | 0.03 | 0.52 | 0.19 | 56.11 | 0.53 | 0.6 |
| Hex | CF | C8 | 63 | 0 | 3 | 34 | 13 | 38 | 35 | 3C |
| Octal | 317 | 310 | 143 | 0 | 3 | 64 | 23 | 70 | 65 | 74 |
| Binary | 11001111 | 11001000 | 1100011 | 0 | 11 | 110100 | 10011 | 111000 | 110101 | 111100 |
Color Harmonies of #CFC863
Complementary color
Monochromatic Colors of #CFC863
Black with #CFC863
Text Example
Text Example
White with #CFC863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC863; }
p { color: rgb(207,200,99); }
H1.HeaderClassName
{
color: #CFC863;
}
.AnyTagClassName
{
color: #CFC863;
}
</style>
background-color css
<style>
a { background-color: #CFC863; }
a { background-color: rgb(207,200,99); }
div.DivClassName
{
background-color: #CFC863;
}
.BgClassName
{
background-color: #CFC863;
}
</style>
border-color css
<style>
span { border-color: #CFC863; }
span { border-color: rgb(207,200,99); }
td.TdClassName
{
border-color: #CFC863;
}
.TagClassName
{
border-color: #CFC863;
}
</style>