Shades of Tacha #CFC75B
Tints of Tacha #CFC75B
RGB
CMYK
RGB Variations
Color information
#CFC75B (or 0xCFC75B) is known color: Tacha. HEX triplet: CF, C7 and 5B. RGB value is (207,199,91). Sum of RGB (Red+Green+Blue) = 207+199+91=497 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.65% from 497); Green value is 199 (78.12% from 255 or 40.04% from 497); Blue value is 91 (35.94% from 255 or 18.31% from 497); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC75B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC75B is #3038A4. Grayscale: #BDBDBD. Windows color (decimal): -3160229 or 6014927. OLE color: 6014927.
HSL color Cylindrical-coordinate representation of color #CFC75B: hue angle of 55.86º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CFC75B is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 199 | 91 | - |
| CMYK | 0 | 0.04 | 0.56 | 0.19 |
| HSL | 55.86º | 0.55% | 0.58% | - |
| HSV(B) | 55.86º | 0.56% | 0.81% | - |
| XYZ | 48.04 | 54.87 | 17.96 | - |
| YUV | 189.08 | 72.65 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 199 | 91 | 0 | 0.04 | 0.56 | 0.19 | 55.86 | 0.55 | 0.58 |
| Hex | CF | C7 | 5B | 0 | 4 | 38 | 13 | 38 | 37 | 3A |
| Octal | 317 | 307 | 133 | 0 | 4 | 70 | 23 | 70 | 67 | 72 |
| Binary | 11001111 | 11000111 | 1011011 | 0 | 100 | 111000 | 10011 | 111000 | 110111 | 111010 |
Color Harmonies of #CFC75B
Complementary color
Monochromatic Colors of #CFC75B
Black with #CFC75B
Text Example
Text Example
White with #CFC75B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC75B; }
p { color: rgb(207,199,91); }
H1.HeaderClassName
{
color: #CFC75B;
}
.AnyTagClassName
{
color: #CFC75B;
}
</style>
background-color css
<style>
a { background-color: #CFC75B; }
a { background-color: rgb(207,199,91); }
div.DivClassName
{
background-color: #CFC75B;
}
.BgClassName
{
background-color: #CFC75B;
}
</style>
border-color css
<style>
span { border-color: #CFC75B; }
span { border-color: rgb(207,199,91); }
td.TdClassName
{
border-color: #CFC75B;
}
.TagClassName
{
border-color: #CFC75B;
}
</style>