Shades of Tacha #CFC85E
Tints of Tacha #CFC85E
RGB
CMYK
RGB Variations
Color information
#CFC85E (or 0xCFC85E) is known color: Tacha. HEX triplet: CF, C8 and 5E. RGB value is (207,200,94). Sum of RGB (Red+Green+Blue) = 207+200+94=501 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.32% from 501); Green value is 200 (78.52% from 255 or 39.92% from 501); Blue value is 94 (37.11% from 255 or 18.76% from 501); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC85E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC85E is #3037A1. Grayscale: #BEBEBE. Windows color (decimal): -3159970 or 6211791. OLE color: 6211791.
HSL color Cylindrical-coordinate representation of color #CFC85E: hue angle of 56.28º 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 #CFC85E is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 200 | 94 | - |
| CMYK | 0 | 0.03 | 0.55 | 0.19 |
| HSL | 56.28º | 0.54% | 0.59% | - |
| HSV(B) | 56.28º | 0.55% | 0.81% | - |
| XYZ | 48.41 | 55.38 | 18.73 | - |
| YUV | 190.01 | 73.82 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 200 | 94 | 0 | 0.03 | 0.55 | 0.19 | 56.28 | 0.54 | 0.59 |
| Hex | CF | C8 | 5E | 0 | 3 | 37 | 13 | 38 | 36 | 3B |
| Octal | 317 | 310 | 136 | 0 | 3 | 67 | 23 | 70 | 66 | 73 |
| Binary | 11001111 | 11001000 | 1011110 | 0 | 11 | 110111 | 10011 | 111000 | 110110 | 111011 |
Color Harmonies of #CFC85E
Complementary color
Monochromatic Colors of #CFC85E
Black with #CFC85E
Text Example
Text Example
White with #CFC85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC85E; }
p { color: rgb(207,200,94); }
H1.HeaderClassName
{
color: #CFC85E;
}
.AnyTagClassName
{
color: #CFC85E;
}
</style>
background-color css
<style>
a { background-color: #CFC85E; }
a { background-color: rgb(207,200,94); }
div.DivClassName
{
background-color: #CFC85E;
}
.BgClassName
{
background-color: #CFC85E;
}
</style>
border-color css
<style>
span { border-color: #CFC85E; }
span { border-color: rgb(207,200,94); }
td.TdClassName
{
border-color: #CFC85E;
}
.TagClassName
{
border-color: #CFC85E;
}
</style>