Shades of Tacha #CFC15E
Tints of Tacha #CFC15E
RGB
CMYK
RGB Variations
Color information
#CFC15E (or 0xCFC15E) is known color: Tacha. HEX triplet: CF, C1 and 5E. RGB value is (207,193,94). Sum of RGB (Red+Green+Blue) = 207+193+94=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 193 (75.78% from 255 or 39.07% from 494); Blue value is 94 (37.11% from 255 or 19.03% from 494); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC15E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC15E is #303EA1. Grayscale: #BABABA. Windows color (decimal): -3161762 or 6209999. OLE color: 6209999.
HSL color Cylindrical-coordinate representation of color #CFC15E: hue angle of 52.57º 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 #CFC15E is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 193 | 94 | - |
| CMYK | 0 | 0.07 | 0.55 | 0.19 |
| HSL | 52.57º | 0.54% | 0.59% | - |
| HSV(B) | 52.57º | 0.55% | 0.81% | - |
| XYZ | 46.82 | 52.21 | 18.2 | - |
| YUV | 185.9 | 76.14 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 94 | 0 | 0.07 | 0.55 | 0.19 | 52.57 | 0.54 | 0.59 |
| Hex | CF | C1 | 5E | 0 | 7 | 37 | 13 | 35 | 36 | 3B |
| Octal | 317 | 301 | 136 | 0 | 7 | 67 | 23 | 65 | 66 | 73 |
| Binary | 11001111 | 11000001 | 1011110 | 0 | 111 | 110111 | 10011 | 110101 | 110110 | 111011 |
Color Harmonies of #CFC15E
Complementary color
Monochromatic Colors of #CFC15E
Black with #CFC15E
Text Example
Text Example
White with #CFC15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC15E; }
p { color: rgb(207,193,94); }
H1.HeaderClassName
{
color: #CFC15E;
}
.AnyTagClassName
{
color: #CFC15E;
}
</style>
background-color css
<style>
a { background-color: #CFC15E; }
a { background-color: rgb(207,193,94); }
div.DivClassName
{
background-color: #CFC15E;
}
.BgClassName
{
background-color: #CFC15E;
}
</style>
border-color css
<style>
span { border-color: #CFC15E; }
span { border-color: rgb(207,193,94); }
td.TdClassName
{
border-color: #CFC15E;
}
.TagClassName
{
border-color: #CFC15E;
}
</style>