Shades of Tacha #CFC75E
Tints of Tacha #CFC75E
RGB
CMYK
RGB Variations
Color information
#CFC75E (or 0xCFC75E) is known color: Tacha. HEX triplet: CF, C7 and 5E. RGB value is (207,199,94). Sum of RGB (Red+Green+Blue) = 207+199+94=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 199 (78.12% from 255 or 39.8% from 500); Blue value is 94 (37.11% from 255 or 18.8% from 500); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC75E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC75E is #3038A1. Grayscale: #BDBDBD. Windows color (decimal): -3160226 or 6211535. OLE color: 6211535.
HSL color Cylindrical-coordinate representation of color #CFC75E: hue angle of 55.75º 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 #CFC75E is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 199 | 94 | - |
| CMYK | 0 | 0.04 | 0.55 | 0.19 |
| HSL | 55.75º | 0.54% | 0.59% | - |
| HSV(B) | 55.75º | 0.55% | 0.81% | - |
| XYZ | 48.18 | 54.92 | 18.65 | - |
| YUV | 189.42 | 74.15 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 199 | 94 | 0 | 0.04 | 0.55 | 0.19 | 55.75 | 0.54 | 0.59 |
| Hex | CF | C7 | 5E | 0 | 4 | 37 | 13 | 38 | 36 | 3B |
| Octal | 317 | 307 | 136 | 0 | 4 | 67 | 23 | 70 | 66 | 73 |
| Binary | 11001111 | 11000111 | 1011110 | 0 | 100 | 110111 | 10011 | 111000 | 110110 | 111011 |
Color Harmonies of #CFC75E
Complementary color
Monochromatic Colors of #CFC75E
Black with #CFC75E
Text Example
Text Example
White with #CFC75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC75E; }
p { color: rgb(207,199,94); }
H1.HeaderClassName
{
color: #CFC75E;
}
.AnyTagClassName
{
color: #CFC75E;
}
</style>
background-color css
<style>
a { background-color: #CFC75E; }
a { background-color: rgb(207,199,94); }
div.DivClassName
{
background-color: #CFC75E;
}
.BgClassName
{
background-color: #CFC75E;
}
</style>
border-color css
<style>
span { border-color: #CFC75E; }
span { border-color: rgb(207,199,94); }
td.TdClassName
{
border-color: #CFC75E;
}
.TagClassName
{
border-color: #CFC75E;
}
</style>