Shades of Tacha #CFC55E
Tints of Tacha #CFC55E
RGB
CMYK
RGB Variations
Color information
#CFC55E (or 0xCFC55E) is known color: Tacha. HEX triplet: CF, C5 and 5E. RGB value is (207,197,94). Sum of RGB (Red+Green+Blue) = 207+197+94=498 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.57% from 498); Green value is 197 (77.34% from 255 or 39.56% from 498); Blue value is 94 (37.11% from 255 or 18.88% from 498); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC55E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC55E is #303AA1. Grayscale: #BCBCBC. Windows color (decimal): -3160738 or 6211023. OLE color: 6211023.
HSL color Cylindrical-coordinate representation of color #CFC55E: hue angle of 54.69º 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 #CFC55E is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 197 | 94 | - |
| CMYK | 0 | 0.05 | 0.55 | 0.19 |
| HSL | 54.69º | 0.54% | 0.59% | - |
| HSV(B) | 54.69º | 0.55% | 0.81% | - |
| XYZ | 47.72 | 54.01 | 18.5 | - |
| YUV | 188.25 | 74.81 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 197 | 94 | 0 | 0.05 | 0.55 | 0.19 | 54.69 | 0.54 | 0.59 |
| Hex | CF | C5 | 5E | 0 | 5 | 37 | 13 | 37 | 36 | 3B |
| Octal | 317 | 305 | 136 | 0 | 5 | 67 | 23 | 67 | 66 | 73 |
| Binary | 11001111 | 11000101 | 1011110 | 0 | 101 | 110111 | 10011 | 110111 | 110110 | 111011 |
Color Harmonies of #CFC55E
Complementary color
Monochromatic Colors of #CFC55E
Black with #CFC55E
Text Example
Text Example
White with #CFC55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC55E; }
p { color: rgb(207,197,94); }
H1.HeaderClassName
{
color: #CFC55E;
}
.AnyTagClassName
{
color: #CFC55E;
}
</style>
background-color css
<style>
a { background-color: #CFC55E; }
a { background-color: rgb(207,197,94); }
div.DivClassName
{
background-color: #CFC55E;
}
.BgClassName
{
background-color: #CFC55E;
}
</style>
border-color css
<style>
span { border-color: #CFC55E; }
span { border-color: rgb(207,197,94); }
td.TdClassName
{
border-color: #CFC55E;
}
.TagClassName
{
border-color: #CFC55E;
}
</style>