Shades of Tacha #CFC25E
Tints of Tacha #CFC25E
RGB
CMYK
RGB Variations
Color information
#CFC25E (or 0xCFC25E) is known color: Tacha. HEX triplet: CF, C2 and 5E. RGB value is (207,194,94). Sum of RGB (Red+Green+Blue) = 207+194+94=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 194 (76.17% from 255 or 39.19% from 495); Blue value is 94 (37.11% from 255 or 18.99% from 495); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC25E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC25E is #303DA1. Grayscale: #BABABA. Windows color (decimal): -3161506 or 6210255. OLE color: 6210255.
HSL color Cylindrical-coordinate representation of color #CFC25E: hue angle of 53.1º 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 #CFC25E is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 194 | 94 | - |
| CMYK | 0 | 0.06 | 0.55 | 0.19 |
| HSL | 53.1º | 0.54% | 0.59% | - |
| HSV(B) | 53.1º | 0.55% | 0.81% | - |
| XYZ | 47.04 | 52.66 | 18.27 | - |
| YUV | 186.49 | 75.81 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 194 | 94 | 0 | 0.06 | 0.55 | 0.19 | 53.1 | 0.54 | 0.59 |
| Hex | CF | C2 | 5E | 0 | 6 | 37 | 13 | 35 | 36 | 3B |
| Octal | 317 | 302 | 136 | 0 | 6 | 67 | 23 | 65 | 66 | 73 |
| Binary | 11001111 | 11000010 | 1011110 | 0 | 110 | 110111 | 10011 | 110101 | 110110 | 111011 |
Color Harmonies of #CFC25E
Complementary color
Monochromatic Colors of #CFC25E
Black with #CFC25E
Text Example
Text Example
White with #CFC25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC25E; }
p { color: rgb(207,194,94); }
H1.HeaderClassName
{
color: #CFC25E;
}
.AnyTagClassName
{
color: #CFC25E;
}
</style>
background-color css
<style>
a { background-color: #CFC25E; }
a { background-color: rgb(207,194,94); }
div.DivClassName
{
background-color: #CFC25E;
}
.BgClassName
{
background-color: #CFC25E;
}
</style>
border-color css
<style>
span { border-color: #CFC25E; }
span { border-color: rgb(207,194,94); }
td.TdClassName
{
border-color: #CFC25E;
}
.TagClassName
{
border-color: #CFC25E;
}
</style>