Shades of Tacha #CFC25A
Tints of Tacha #CFC25A
RGB
CMYK
RGB Variations
Color information
#CFC25A (or 0xCFC25A) is known color: Tacha. HEX triplet: CF, C2 and 5A. RGB value is (207,194,90). Sum of RGB (Red+Green+Blue) = 207+194+90=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 194 (76.17% from 255 or 39.51% from 491); Blue value is 90 (35.55% from 255 or 18.33% from 491); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC25A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC25A is #303DA5. Grayscale: #BABABA. Windows color (decimal): -3161510 or 5948111. OLE color: 5948111.
HSL color Cylindrical-coordinate representation of color #CFC25A: hue angle of 53.33º 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 #CFC25A is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 194 | 90 | - |
| CMYK | 0 | 0.06 | 0.57 | 0.19 |
| HSL | 53.33º | 0.55% | 0.58% | - |
| HSV(B) | 53.33º | 0.57% | 0.81% | - |
| XYZ | 46.87 | 52.59 | 17.35 | - |
| YUV | 186.03 | 73.81 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 194 | 90 | 0 | 0.06 | 0.57 | 0.19 | 53.33 | 0.55 | 0.58 |
| Hex | CF | C2 | 5A | 0 | 6 | 39 | 13 | 35 | 37 | 3A |
| Octal | 317 | 302 | 132 | 0 | 6 | 71 | 23 | 65 | 67 | 72 |
| Binary | 11001111 | 11000010 | 1011010 | 0 | 110 | 111001 | 10011 | 110101 | 110111 | 111010 |
Color Harmonies of #CFC25A
Complementary color
Monochromatic Colors of #CFC25A
Black with #CFC25A
Text Example
Text Example
White with #CFC25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC25A; }
p { color: rgb(207,194,90); }
H1.HeaderClassName
{
color: #CFC25A;
}
.AnyTagClassName
{
color: #CFC25A;
}
</style>
background-color css
<style>
a { background-color: #CFC25A; }
a { background-color: rgb(207,194,90); }
div.DivClassName
{
background-color: #CFC25A;
}
.BgClassName
{
background-color: #CFC25A;
}
</style>
border-color css
<style>
span { border-color: #CFC25A; }
span { border-color: rgb(207,194,90); }
td.TdClassName
{
border-color: #CFC25A;
}
.TagClassName
{
border-color: #CFC25A;
}
</style>