Shades of Tacha #CFC050
Tints of Tacha #CFC050
RGB
CMYK
RGB Variations
Color information
#CFC050 (or 0xCFC050) is known color: Tacha. HEX triplet: CF, C0 and 50. RGB value is (207,192,80). Sum of RGB (Red+Green+Blue) = 207+192+80=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 192 (75.39% from 255 or 40.08% from 479); Blue value is 80 (31.64% from 255 or 16.70% from 479); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC050 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC050 is #303FAF. Grayscale: #B8B8B8. Windows color (decimal): -3162032 or 5292239. OLE color: 5292239.
HSL color Cylindrical-coordinate representation of color #CFC050: hue angle of 52.91º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CFC050 is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 192 | 80 | - |
| CMYK | 0 | 0.07 | 0.61 | 0.19 |
| HSL | 52.91º | 0.57% | 0.56% | - |
| HSV(B) | 52.91º | 0.61% | 0.81% | - |
| XYZ | 46.03 | 51.54 | 15.11 | - |
| YUV | 183.72 | 69.47 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 192 | 80 | 0 | 0.07 | 0.61 | 0.19 | 52.91 | 0.57 | 0.56 |
| Hex | CF | C0 | 50 | 0 | 7 | 3D | 13 | 35 | 39 | 38 |
| Octal | 317 | 300 | 120 | 0 | 7 | 75 | 23 | 65 | 71 | 70 |
| Binary | 11001111 | 11000000 | 1010000 | 0 | 111 | 111101 | 10011 | 110101 | 111001 | 111000 |
Color Harmonies of #CFC050
Complementary color
Monochromatic Colors of #CFC050
Black with #CFC050
Text Example
Text Example
White with #CFC050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC050; }
p { color: rgb(207,192,80); }
H1.HeaderClassName
{
color: #CFC050;
}
.AnyTagClassName
{
color: #CFC050;
}
</style>
background-color css
<style>
a { background-color: #CFC050; }
a { background-color: rgb(207,192,80); }
div.DivClassName
{
background-color: #CFC050;
}
.BgClassName
{
background-color: #CFC050;
}
</style>
border-color css
<style>
span { border-color: #CFC050; }
span { border-color: rgb(207,192,80); }
td.TdClassName
{
border-color: #CFC050;
}
.TagClassName
{
border-color: #CFC050;
}
</style>