Shades of Tacha #CFC052
Tints of Tacha #CFC052
RGB
CMYK
RGB Variations
Color information
#CFC052 (or 0xCFC052) is known color: Tacha. HEX triplet: CF, C0 and 52. RGB value is (207,192,82). Sum of RGB (Red+Green+Blue) = 207+192+82=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 192 (75.39% from 255 or 39.92% from 481); Blue value is 82 (32.42% from 255 or 17.05% from 481); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC052 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC052 is #303FAD. Grayscale: #B8B8B8. Windows color (decimal): -3162030 or 5423311. OLE color: 5423311.
HSL color Cylindrical-coordinate representation of color #CFC052: hue angle of 52.8º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CFC052 is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 192 | 82 | - |
| CMYK | 0 | 0.07 | 0.60 | 0.19 |
| HSL | 52.8º | 0.57% | 0.57% | - |
| HSV(B) | 52.8º | 0.6% | 0.81% | - |
| XYZ | 46.1 | 51.57 | 15.51 | - |
| YUV | 183.95 | 70.47 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 192 | 82 | 0 | 0.07 | 0.60 | 0.19 | 52.8 | 0.57 | 0.57 |
| Hex | CF | C0 | 52 | 0 | 7 | 3C | 13 | 35 | 39 | 39 |
| Octal | 317 | 300 | 122 | 0 | 7 | 74 | 23 | 65 | 71 | 71 |
| Binary | 11001111 | 11000000 | 1010010 | 0 | 111 | 111100 | 10011 | 110101 | 111001 | 111001 |
Color Harmonies of #CFC052
Complementary color
Monochromatic Colors of #CFC052
Black with #CFC052
Text Example
Text Example
White with #CFC052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC052; }
p { color: rgb(207,192,82); }
H1.HeaderClassName
{
color: #CFC052;
}
.AnyTagClassName
{
color: #CFC052;
}
</style>
background-color css
<style>
a { background-color: #CFC052; }
a { background-color: rgb(207,192,82); }
div.DivClassName
{
background-color: #CFC052;
}
.BgClassName
{
background-color: #CFC052;
}
</style>
border-color css
<style>
span { border-color: #CFC052; }
span { border-color: rgb(207,192,82); }
td.TdClassName
{
border-color: #CFC052;
}
.TagClassName
{
border-color: #CFC052;
}
</style>