Shades of Tacha #CFC058
Tints of Tacha #CFC058
RGB
CMYK
RGB Variations
Color information
#CFC058 (or 0xCFC058) is known color: Tacha. HEX triplet: CF, C0 and 58. RGB value is (207,192,88). Sum of RGB (Red+Green+Blue) = 207+192+88=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 192 (75.39% from 255 or 39.43% from 487); Blue value is 88 (34.77% from 255 or 18.07% from 487); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC058 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC058 is #303FA7. Grayscale: #B9B9B9. Windows color (decimal): -3162024 or 5816527. OLE color: 5816527.
HSL color Cylindrical-coordinate representation of color #CFC058: hue angle of 52.44º 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 #CFC058 is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 192 | 88 | - |
| CMYK | 0 | 0.07 | 0.57 | 0.19 |
| HSL | 52.44º | 0.55% | 0.58% | - |
| HSV(B) | 52.44º | 0.57% | 0.81% | - |
| XYZ | 46.34 | 51.67 | 16.76 | - |
| YUV | 184.63 | 73.47 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 192 | 88 | 0 | 0.07 | 0.57 | 0.19 | 52.44 | 0.55 | 0.58 |
| Hex | CF | C0 | 58 | 0 | 7 | 39 | 13 | 34 | 37 | 3A |
| Octal | 317 | 300 | 130 | 0 | 7 | 71 | 23 | 64 | 67 | 72 |
| Binary | 11001111 | 11000000 | 1011000 | 0 | 111 | 111001 | 10011 | 110100 | 110111 | 111010 |
Color Harmonies of #CFC058
Complementary color
Monochromatic Colors of #CFC058
Black with #CFC058
Text Example
Text Example
White with #CFC058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC058; }
p { color: rgb(207,192,88); }
H1.HeaderClassName
{
color: #CFC058;
}
.AnyTagClassName
{
color: #CFC058;
}
</style>
background-color css
<style>
a { background-color: #CFC058; }
a { background-color: rgb(207,192,88); }
div.DivClassName
{
background-color: #CFC058;
}
.BgClassName
{
background-color: #CFC058;
}
</style>
border-color css
<style>
span { border-color: #CFC058; }
span { border-color: rgb(207,192,88); }
td.TdClassName
{
border-color: #CFC058;
}
.TagClassName
{
border-color: #CFC058;
}
</style>