Shades of Tacha #CFC25F
Tints of Tacha #CFC25F
RGB
CMYK
RGB Variations
Color information
#CFC25F (or 0xCFC25F) is known color: Tacha. HEX triplet: CF, C2 and 5F. RGB value is (207,194,95). Sum of RGB (Red+Green+Blue) = 207+194+95=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 194 (76.17% from 255 or 39.11% from 496); Blue value is 95 (37.5% from 255 or 19.15% from 496); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC25F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC25F is #303DA0. Grayscale: #BBBBBB. Windows color (decimal): -3161505 or 6275791. OLE color: 6275791.
HSL color Cylindrical-coordinate representation of color #CFC25F: hue angle of 53.04º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CFC25F is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 194 | 95 | - |
| CMYK | 0 | 0.06 | 0.54 | 0.19 |
| HSL | 53.04º | 0.54% | 0.59% | - |
| HSV(B) | 53.04º | 0.54% | 0.81% | - |
| XYZ | 47.09 | 52.68 | 18.51 | - |
| YUV | 186.6 | 76.31 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 194 | 95 | 0 | 0.06 | 0.54 | 0.19 | 53.04 | 0.54 | 0.59 |
| Hex | CF | C2 | 5F | 0 | 6 | 36 | 13 | 35 | 36 | 3B |
| Octal | 317 | 302 | 137 | 0 | 6 | 66 | 23 | 65 | 66 | 73 |
| Binary | 11001111 | 11000010 | 1011111 | 0 | 110 | 110110 | 10011 | 110101 | 110110 | 111011 |
Color Harmonies of #CFC25F
Complementary color
Monochromatic Colors of #CFC25F
Black with #CFC25F
Text Example
Text Example
White with #CFC25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC25F; }
p { color: rgb(207,194,95); }
H1.HeaderClassName
{
color: #CFC25F;
}
.AnyTagClassName
{
color: #CFC25F;
}
</style>
background-color css
<style>
a { background-color: #CFC25F; }
a { background-color: rgb(207,194,95); }
div.DivClassName
{
background-color: #CFC25F;
}
.BgClassName
{
background-color: #CFC25F;
}
</style>
border-color css
<style>
span { border-color: #CFC25F; }
span { border-color: rgb(207,194,95); }
td.TdClassName
{
border-color: #CFC25F;
}
.TagClassName
{
border-color: #CFC25F;
}
</style>