Shades of Tacha #CFC95E
Tints of Tacha #CFC95E
RGB
CMYK
RGB Variations
Color information
#CFC95E (or 0xCFC95E) is known color: Tacha. HEX triplet: CF, C9 and 5E. RGB value is (207,201,94). Sum of RGB (Red+Green+Blue) = 207+201+94=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 201 (78.91% from 255 or 40.04% from 502); Blue value is 94 (37.11% from 255 or 18.73% from 502); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC95E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC95E is #3036A1. Grayscale: #BFBFBF. Windows color (decimal): -3159714 or 6212047. OLE color: 6212047.
HSL color Cylindrical-coordinate representation of color #CFC95E: hue angle of 56.81º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CFC95E is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 201 | 94 | - |
| CMYK | 0 | 0.03 | 0.55 | 0.19 |
| HSL | 56.81º | 0.54% | 0.59% | - |
| HSV(B) | 56.81º | 0.55% | 0.81% | - |
| XYZ | 48.64 | 55.85 | 18.81 | - |
| YUV | 190.6 | 73.49 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 94 | 0 | 0.03 | 0.55 | 0.19 | 56.81 | 0.54 | 0.59 |
| Hex | CF | C9 | 5E | 0 | 3 | 37 | 13 | 39 | 36 | 3B |
| Octal | 317 | 311 | 136 | 0 | 3 | 67 | 23 | 71 | 66 | 73 |
| Binary | 11001111 | 11001001 | 1011110 | 0 | 11 | 110111 | 10011 | 111001 | 110110 | 111011 |
Color Harmonies of #CFC95E
Complementary color
Monochromatic Colors of #CFC95E
Black with #CFC95E
Text Example
Text Example
White with #CFC95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC95E; }
p { color: rgb(207,201,94); }
H1.HeaderClassName
{
color: #CFC95E;
}
.AnyTagClassName
{
color: #CFC95E;
}
</style>
background-color css
<style>
a { background-color: #CFC95E; }
a { background-color: rgb(207,201,94); }
div.DivClassName
{
background-color: #CFC95E;
}
.BgClassName
{
background-color: #CFC95E;
}
</style>
border-color css
<style>
span { border-color: #CFC95E; }
span { border-color: rgb(207,201,94); }
td.TdClassName
{
border-color: #CFC95E;
}
.TagClassName
{
border-color: #CFC95E;
}
</style>