Shades of Tacha #CFC158
Tints of Tacha #CFC158
RGB
CMYK
RGB Variations
Color information
#CFC158 (or 0xCFC158) is known color: Tacha. HEX triplet: CF, C1 and 58. RGB value is (207,193,88). Sum of RGB (Red+Green+Blue) = 207+193+88=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 193 (75.78% from 255 or 39.55% from 488); Blue value is 88 (34.77% from 255 or 18.03% from 488); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC158 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC158 is #303EA7. Grayscale: #B9B9B9. Windows color (decimal): -3161768 or 5816783. OLE color: 5816783.
HSL color Cylindrical-coordinate representation of color #CFC158: hue angle of 52.94º 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 #CFC158 is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 193 | 88 | - |
| CMYK | 0 | 0.07 | 0.57 | 0.19 |
| HSL | 52.94º | 0.55% | 0.58% | - |
| HSV(B) | 52.94º | 0.57% | 0.81% | - |
| XYZ | 46.56 | 52.11 | 16.84 | - |
| YUV | 185.22 | 73.14 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 88 | 0 | 0.07 | 0.57 | 0.19 | 52.94 | 0.55 | 0.58 |
| Hex | CF | C1 | 58 | 0 | 7 | 39 | 13 | 35 | 37 | 3A |
| Octal | 317 | 301 | 130 | 0 | 7 | 71 | 23 | 65 | 67 | 72 |
| Binary | 11001111 | 11000001 | 1011000 | 0 | 111 | 111001 | 10011 | 110101 | 110111 | 111010 |
Color Harmonies of #CFC158
Complementary color
Monochromatic Colors of #CFC158
Black with #CFC158
Text Example
Text Example
White with #CFC158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC158; }
p { color: rgb(207,193,88); }
H1.HeaderClassName
{
color: #CFC158;
}
.AnyTagClassName
{
color: #CFC158;
}
</style>
background-color css
<style>
a { background-color: #CFC158; }
a { background-color: rgb(207,193,88); }
div.DivClassName
{
background-color: #CFC158;
}
.BgClassName
{
background-color: #CFC158;
}
</style>
border-color css
<style>
span { border-color: #CFC158; }
span { border-color: rgb(207,193,88); }
td.TdClassName
{
border-color: #CFC158;
}
.TagClassName
{
border-color: #CFC158;
}
</style>