Shades of Tacha #CFC15A
Tints of Tacha #CFC15A
RGB
CMYK
RGB Variations
Color information
#CFC15A (or 0xCFC15A) is known color: Tacha. HEX triplet: CF, C1 and 5A. RGB value is (207,193,90). Sum of RGB (Red+Green+Blue) = 207+193+90=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 193 (75.78% from 255 or 39.39% from 490); Blue value is 90 (35.55% from 255 or 18.37% from 490); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC15A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC15A is #303EA5. Grayscale: #B9B9B9. Windows color (decimal): -3161766 or 5947855. OLE color: 5947855.
HSL color Cylindrical-coordinate representation of color #CFC15A: hue angle of 52.82º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CFC15A is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 193 | 90 | - |
| CMYK | 0 | 0.07 | 0.57 | 0.19 |
| HSL | 52.82º | 0.55% | 0.58% | - |
| HSV(B) | 52.82º | 0.57% | 0.81% | - |
| XYZ | 46.65 | 52.14 | 17.28 | - |
| YUV | 185.44 | 74.14 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 90 | 0 | 0.07 | 0.57 | 0.19 | 52.82 | 0.55 | 0.58 |
| Hex | CF | C1 | 5A | 0 | 7 | 39 | 13 | 35 | 37 | 3A |
| Octal | 317 | 301 | 132 | 0 | 7 | 71 | 23 | 65 | 67 | 72 |
| Binary | 11001111 | 11000001 | 1011010 | 0 | 111 | 111001 | 10011 | 110101 | 110111 | 111010 |
Color Harmonies of #CFC15A
Complementary color
Monochromatic Colors of #CFC15A
Black with #CFC15A
Text Example
Text Example
White with #CFC15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC15A; }
p { color: rgb(207,193,90); }
H1.HeaderClassName
{
color: #CFC15A;
}
.AnyTagClassName
{
color: #CFC15A;
}
</style>
background-color css
<style>
a { background-color: #CFC15A; }
a { background-color: rgb(207,193,90); }
div.DivClassName
{
background-color: #CFC15A;
}
.BgClassName
{
background-color: #CFC15A;
}
</style>
border-color css
<style>
span { border-color: #CFC15A; }
span { border-color: rgb(207,193,90); }
td.TdClassName
{
border-color: #CFC15A;
}
.TagClassName
{
border-color: #CFC15A;
}
</style>